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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/PassphraseType.java
diff --git a/components/sync/android/java/src/org/chromium/components/sync/PassphraseType.java b/components/sync/android/java/src/org/chromium/components/sync/PassphraseType.java
index b1da10563aece93e52da5c206b846a15b68dff6a..8e56aeb8c9ad1db8b854eaaedc91ebd72083b115 100644
--- a/components/sync/android/java/src/org/chromium/components/sync/PassphraseType.java
+++ b/components/sync/android/java/src/org/chromium/components/sync/PassphraseType.java
@@ -15,7 +15,7 @@ import java.util.Set;
*
* It implements the Android {@link Parcelable} interface so it is easy to pass around in intents.
*
- * It maps the native enum PassphraseType.
+ * It maps the native enum syncer::PassphraseType.
*/
public enum PassphraseType implements Parcelable {
IMPLICIT_PASSPHRASE(0), // GAIA-based passphrase (deprecated).
« no previous file with comments | « components/suggestions/suggestions_service_unittest.cc ('k') | components/sync/api/attachments/attachment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698