@SmallTest
 @Feature({"Sync"})
 public void testGetIntentDestination() {
   assertEquals(
       "org.chromium.sync.notifier.TEST_VALUE",
       InvalidationController.getDestinationClassName(mContext));
 }