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

Unified Diff: components/sync/device_info/device_info_util.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_util.cc
diff --git a/components/sync/device_info/device_info_util.cc b/components/sync/device_info/device_info_util.cc
index e3eb84aaa55e378c416a72d1e584b368ceb4ab2e..557a6302a6ab84860449460abf5dc6da57dd00fc 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 syncer {
+namespace sync_driver {
using base::Time;
using base::TimeDelta;
@@ -53,4 +53,4 @@ std::string DeviceInfoUtil::TagToCacheGuid(const std::string& tag) {
return tag.substr(strlen(kClientTagPrefix));
}
-} // namespace syncer
+} // namespace sync_driver
« 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