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

Unified Diff: components/sync/driver/pref_names.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. 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: components/sync/driver/pref_names.cc
diff --git a/components/sync/driver/pref_names.cc b/components/sync/driver/pref_names.cc
index ac4029e99cf1f07c281694a7597fb07832f60bb5..da4a70e4fee9c3f8979e057fb55b4729cc047712 100644
--- a/components/sync/driver/pref_names.cc
+++ b/components/sync/driver/pref_names.cc
@@ -5,7 +5,7 @@
#include "build/build_config.h"
#include "components/sync/driver/pref_names.h"
-namespace sync_driver {
+namespace syncer {
namespace prefs {
@@ -127,4 +127,4 @@ const char kSyncNigoriStateForPassphraseTransition[] =
} // namespace prefs
-} // namespace sync_driver
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698