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

Unified Diff: components/sync/device_info/device_info_util.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_util.cc
diff --git a/components/sync/device_info/device_info_util.cc b/components/sync/device_info/device_info_util.cc
index 557a6302a6ab84860449460abf5dc6da57dd00fc..e3eb84aaa55e378c416a72d1e584b368ceb4ab2e 100644
--- a/components/sync/device_info/device_info_util.cc
+++ b/components/sync/device_info/device_info_util.cc
@@ -9,7 +9,7 @@
#include "base/strings/string_util.h"
#include "components/sync/protocol/sync.pb.h"
-namespace sync_driver {
+namespace syncer {
using base::Time;
using base::TimeDelta;
@@ -53,4 +53,4 @@ std::string DeviceInfoUtil::TagToCacheGuid(const std::string& tag) {
return tag.substr(strlen(kClientTagPrefix));
}
-} // namespace sync_driver
+} // namespace syncer
« no previous file with comments | « components/sync/device_info/device_info_util.h ('k') | components/sync/device_info/device_info_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698