Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationClientNameGenerator.java

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationClientNameGenerator.java
diff --git a/sync/android/java/src/org/chromium/sync/notifier/InvalidationClientNameGenerator.java b/components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationClientNameGenerator.java
similarity index 61%
rename from sync/android/java/src/org/chromium/sync/notifier/InvalidationClientNameGenerator.java
rename to components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationClientNameGenerator.java
index 9ec391151c3f88877c588382dd750fa956b98229..bbcbb348f33c3ff3a1429ab2def67bb8121195b1 100644
--- a/sync/android/java/src/org/chromium/sync/notifier/InvalidationClientNameGenerator.java
+++ b/components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationClientNameGenerator.java
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.sync.notifier;
+package org.chromium.components.sync.notifier;
/** Interface for classes that create an Invalidation client's name. */
-public interface InvalidationClientNameGenerator {
- public byte[] generateInvalidatorClientName();
-}
+public interface InvalidationClientNameGenerator { public byte[] generateInvalidatorClientName(); }

Powered by Google App Engine
This is Rietveld 408576698