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

Unified Diff: components/sync/engine_impl/apply_control_data_updates_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/apply_control_data_updates_unittest.cc
diff --git a/components/sync/engine_impl/apply_control_data_updates_unittest.cc b/components/sync/engine_impl/apply_control_data_updates_unittest.cc
index 878d59695914a7b990fe5b4e46c18fb0713f2f39..cd62d8c99694db18b33a15fc30d24ade55187536 100644
--- a/components/sync/engine_impl/apply_control_data_updates_unittest.cc
+++ b/components/sync/engine_impl/apply_control_data_updates_unittest.cc
@@ -34,9 +34,9 @@
namespace syncer {
-using syncable::MutableEntry;
-using syncable::UNITTEST;
-using syncable::Id;
+using syncer::syncable::MutableEntry;
+using syncer::syncable::UNITTEST;
+using syncer::syncable::Id;
class ApplyControlDataUpdatesTest : public ::testing::Test {
public:

Powered by Google App Engine
This is Rietveld 408576698