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

Unified Diff: components/sync/device_info/device_info_util_unittest.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_unittest.cc
diff --git a/components/sync/device_info/device_info_util_unittest.cc b/components/sync/device_info/device_info_util_unittest.cc
index 55e956035d107afb288a50937bcc30fb6a6da63e..f376c1f25e57658ca1b8b9ca0b87b45edd20c6e5 100644
--- a/components/sync/device_info/device_info_util_unittest.cc
+++ b/components/sync/device_info/device_info_util_unittest.cc
@@ -13,7 +13,7 @@ using base::Time;
using base::TimeDelta;
using sync_pb::DeviceInfoSpecifics;
-namespace sync_driver {
+namespace syncer {
namespace {
@@ -110,4 +110,4 @@ TEST_F(DeviceInfoUtilTest, TagRoundTrip) {
DeviceInfoUtil::SpecificsToTag(specifics)));
}
-} // namespace sync_driver
+} // namespace syncer
« no previous file with comments | « components/sync/device_info/device_info_util.cc ('k') | components/sync/device_info/local_device_info_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698