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

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

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.cc
diff --git a/components/sync/device_info/device_info_data_type_controller.cc b/components/sync/device_info/device_info_data_type_controller.cc
index a44d3bbd3a330d68dd6f1ccc6213a1113e89598d..241f4f1bbaa97563c31f1dc0016dfa173f869936 100644
--- a/components/sync/device_info/device_info_data_type_controller.cc
+++ b/components/sync/device_info/device_info_data_type_controller.cc
@@ -6,13 +6,13 @@
#include "base/callback.h"
-namespace syncer {
+namespace sync_driver {
DeviceInfoDataTypeController::DeviceInfoDataTypeController(
const base::Closure& dump_stack,
SyncClient* sync_client,
LocalDeviceInfoProvider* local_device_info_provider)
- : UIDataTypeController(DEVICE_INFO, dump_stack, sync_client),
+ : UIDataTypeController(syncer::DEVICE_INFO, dump_stack, sync_client),
local_device_info_provider_(local_device_info_provider) {}
DeviceInfoDataTypeController::~DeviceInfoDataTypeController() {}
@@ -45,4 +45,4 @@ void DeviceInfoDataTypeController::OnLocalDeviceInfoLoaded() {
OnModelLoaded();
}
-} // namespace syncer
+} // namespace sync_driver

Powered by Google App Engine
This is Rietveld 408576698