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

Unified Diff: components/sync/engine_impl/syncer_proto_util.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/syncer_proto_util.cc
diff --git a/components/sync/engine_impl/syncer_proto_util.cc b/components/sync/engine_impl/syncer_proto_util.cc
index 8982929abb6c33b80e5a6e5a2b11e53328118f60..24a326f3630e23624b43b9f7d2db80775f3fc765 100644
--- a/components/sync/engine_impl/syncer_proto_util.cc
+++ b/components/sync/engine_impl/syncer_proto_util.cc
@@ -29,14 +29,14 @@ using sync_pb::ClientToServerResponse;
namespace syncer {
-using syncable::BASE_VERSION;
-using syncable::CTIME;
-using syncable::ID;
-using syncable::IS_DEL;
-using syncable::IS_DIR;
-using syncable::IS_UNSYNCED;
-using syncable::MTIME;
-using syncable::PARENT_ID;
+using syncer::syncable::BASE_VERSION;
skym 2016/09/30 19:03:22 Is this really needed? Seems like you shouldn't ha
maxbogue 2016/09/30 20:13:41 Done, here and in another 20ish files where I mess
+using syncer::syncable::CTIME;
+using syncer::syncable::ID;
+using syncer::syncable::IS_DEL;
+using syncer::syncable::IS_DIR;
+using syncer::syncable::IS_UNSYNCED;
+using syncer::syncable::MTIME;
+using syncer::syncable::PARENT_ID;
namespace {

Powered by Google App Engine
This is Rietveld 408576698