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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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: chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
index efff3497737049c5fcf96fcf2f21454f47bfef89..e3c7fe55ae353c07798a921bfa0ca4efe8f62e2a 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
@@ -60,7 +60,7 @@ public class ChromeBackupAgent extends BackupAgent {
PrivacyPreferencesManager.PREF_METRICS_REPORTING,
};
- // Sync preferences, all in C++ sync_driver::prefs namespace.
+ // Sync preferences, all in C++ syncer::prefs namespace.
//
// TODO(aberent): These should ideally use the constants that are used to access the preferences
// elsewhere, but those are currently only exist in C++, so doing so would require some
« no previous file with comments | « android_webview/native/aw_autofill_client.cc ('k') | chrome/browser/android/contextualsearch/contextual_search_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698