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

Unified Diff: components/sync/driver/user_selectable_sync_type.h

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
« no previous file with comments | « components/sync/driver/ui_model_type_controller_unittest.cc ('k') | components/sync/engine/commit_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/user_selectable_sync_type.h
diff --git a/components/sync/driver/user_selectable_sync_type.h b/components/sync/driver/user_selectable_sync_type.h
index 8eb2942773dcec77c963f84fab8fc82b3f462d89..49641c941044b32786d4a950f8ba400e2327eb30 100644
--- a/components/sync/driver/user_selectable_sync_type.h
+++ b/components/sync/driver/user_selectable_sync_type.h
@@ -5,7 +5,7 @@
#ifndef COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_
#define COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_
-namespace sync_driver {
+namespace syncer {
namespace user_selectable_type {
// An enumeration of the sync datatypes that are explicitly exposed to the user
@@ -66,6 +66,6 @@ enum UserSelectableSyncType {
};
} // namespace user_selectable_type
-} // namespace sync_driver
+} // namespace syncer
#endif // COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_
« no previous file with comments | « components/sync/driver/ui_model_type_controller_unittest.cc ('k') | components/sync/engine/commit_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698