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 |