Chromium Code Reviews| 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 { |