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

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

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/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..283e2ce8c6fb5366a66009ae2e6e251ae26c2682 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 {
skym 2016/09/30 19:03:22 newline
maxbogue 2016/09/30 20:13:41 Acknowledged.
// An enumeration of the sync datatypes that are explicitly exposed to the user
@@ -19,7 +19,7 @@ namespace user_selectable_type {
// THIS ENUM IS MEANT SOLELY FOR THE PURPOSE OF HISTOGRAM LOGGING. IF YOU ARE
// LOOKING TO MODIFY SYNC FUNCTIONALITY AND NEED A LIST OF SYNC TYPES, USE
-// syncer::ModelType.
+// ModelType.
skym 2016/09/30 19:03:22 Might be good to leave the namespace here.
maxbogue 2016/09/30 20:13:41 Done.
enum UserSelectableSyncType {
BOOKMARKS = 0,
@@ -66,6 +66,6 @@ enum UserSelectableSyncType {
};
} // namespace user_selectable_type
skym 2016/09/30 19:03:22 newline
maxbogue 2016/09/30 20:13:41 Acknowledged.
-} // namespace sync_driver
+} // namespace syncer
#endif // COMPONENTS_SYNC_DRIVER_USER_SELECTABLE_SYNC_TYPE_H_

Powered by Google App Engine
This is Rietveld 408576698