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

Unified Diff: components/sync/core_impl/test/test_entry_factory.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/core_impl/test/test_entry_factory.cc
diff --git a/components/sync/core_impl/test/test_entry_factory.cc b/components/sync/core_impl/test/test_entry_factory.cc
index 79b17f5419513974b87f6e95ae8aaffe8b1b6a35..7891a08552f2721d1acb1cf1b49d74c5fe95fabb 100644
--- a/components/sync/core_impl/test/test_entry_factory.cc
+++ b/components/sync/core_impl/test/test_entry_factory.cc
@@ -19,10 +19,10 @@ using std::string;
namespace syncer {
-using syncable::Id;
-using syncable::MutableEntry;
-using syncable::UNITTEST;
-using syncable::WriteTransaction;
+using syncer::syncable::Id;
+using syncer::syncable::MutableEntry;
+using syncer::syncable::UNITTEST;
+using syncer::syncable::WriteTransaction;
TestEntryFactory::TestEntryFactory(syncable::Directory* dir)
: directory_(dir), next_revision_(1) {}

Powered by Google App Engine
This is Rietveld 408576698