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

Unified Diff: components/sync/device_info/device_info_data_type_controller.h

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/device_info/device_info_data_type_controller.h
diff --git a/components/sync/device_info/device_info_data_type_controller.h b/components/sync/device_info/device_info_data_type_controller.h
index 1594a2fc69b1bf194d6d285ccd8d7c129da75fc2..79f535f33fc38a00f1753f6284a87f2de390e41b 100644
--- a/components/sync/device_info/device_info_data_type_controller.h
+++ b/components/sync/device_info/device_info_data_type_controller.h
@@ -11,7 +11,7 @@
#include "components/sync/device_info/local_device_info_provider.h"
#include "components/sync/driver/ui_data_type_controller.h"
-namespace syncer {
+namespace sync_driver {
// DataTypeController for DEVICE_INFO model type.
class DeviceInfoDataTypeController : public UIDataTypeController {
@@ -37,6 +37,6 @@ class DeviceInfoDataTypeController : public UIDataTypeController {
DISALLOW_COPY_AND_ASSIGN(DeviceInfoDataTypeController);
};
-} // namespace syncer
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_DATA_TYPE_CONTROLLER_H_
« no previous file with comments | « components/sync/device_info/device_info.cc ('k') | components/sync/device_info/device_info_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698