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

Unified Diff: components/sync/engine_impl/directory_update_handler_unittest.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. 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/engine_impl/directory_update_handler_unittest.cc
diff --git a/components/sync/engine_impl/directory_update_handler_unittest.cc b/components/sync/engine_impl/directory_update_handler_unittest.cc
index d79fd90afc8f94a829aa5e768de0b87f638fd4d3..b28726c6acbf3753d140ed5b9eb6f56fb8c7815b 100644
--- a/components/sync/engine_impl/directory_update_handler_unittest.cc
+++ b/components/sync/engine_impl/directory_update_handler_unittest.cc
@@ -37,8 +37,8 @@
namespace syncer {
-using syncable::Id;
-using syncable::UNITTEST;
+using syncer::syncable::Id;
+using syncer::syncable::UNITTEST;
static const int64_t kDefaultVersion = 1000;

Powered by Google App Engine
This is Rietveld 408576698