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

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

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
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 70c699c2a4ec976c197eaf0e0cd8d2cd5b882890..309de60fe45e1d56d00b2548abfc556adaaf487f 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 sync_driver {
+namespace syncer {
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 sync_driver
+} // namespace syncer
« 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