| 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
|
|
|