| Index: components/sync/engine_impl/conflict_resolver.cc
|
| diff --git a/components/sync/engine_impl/conflict_resolver.cc b/components/sync/engine_impl/conflict_resolver.cc
|
| index 3c028ba48ea9a2def50fc009f9f8f0f3521d92a0..619a104155594b1be4fff544d9129fcc5cf4a640 100644
|
| --- a/components/sync/engine_impl/conflict_resolver.cc
|
| +++ b/components/sync/engine_impl/conflict_resolver.cc
|
| @@ -23,11 +23,11 @@ using std::set;
|
|
|
| namespace syncer {
|
|
|
| -using syncable::Directory;
|
| -using syncable::Entry;
|
| -using syncable::Id;
|
| -using syncable::MutableEntry;
|
| -using syncable::WriteTransaction;
|
| +using syncer::syncable::Directory;
|
| +using syncer::syncable::Entry;
|
| +using syncer::syncable::Id;
|
| +using syncer::syncable::MutableEntry;
|
| +using syncer::syncable::WriteTransaction;
|
|
|
| namespace {
|
|
|
|
|