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

Unified Diff: components/sync/device_info/device_info.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.cc
diff --git a/components/sync/device_info/device_info.cc b/components/sync/device_info/device_info.cc
index 309de60fe45e1d56d00b2548abfc556adaaf487f..70c699c2a4ec976c197eaf0e0cd8d2cd5b882890 100644
--- a/components/sync/device_info/device_info.cc
+++ b/components/sync/device_info/device_info.cc
@@ -6,7 +6,7 @@
#include "base/values.h"
-namespace syncer {
+namespace sync_driver {
DeviceInfo::DeviceInfo(const std::string& guid,
const std::string& client_name,
@@ -110,4 +110,4 @@ void DeviceInfo::set_public_id(const std::string& id) {
public_id_ = id;
}
-} // namespace syncer
+} // namespace sync_driver
« no previous file with comments | « components/sync/device_info/device_info.h ('k') | components/sync/device_info/device_info_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698