| Index: components/sync/engine_impl/directory_commit_contribution.cc
|
| diff --git a/components/sync/engine_impl/directory_commit_contribution.cc b/components/sync/engine_impl/directory_commit_contribution.cc
|
| index 4efdcf50d8109e23872a81d63f0b2e3ce329357c..e6a287e417d57c14b369c76b81728aa3691f536a 100644
|
| --- a/components/sync/engine_impl/directory_commit_contribution.cc
|
| +++ b/components/sync/engine_impl/directory_commit_contribution.cc
|
| @@ -19,8 +19,8 @@
|
|
|
| namespace syncer {
|
|
|
| -using syncable::GET_BY_HANDLE;
|
| -using syncable::SYNCER;
|
| +using syncer::syncable::GET_BY_HANDLE;
|
| +using syncer::syncable::SYNCER;
|
|
|
| DirectoryCommitContribution::~DirectoryCommitContribution() {
|
| DCHECK(!syncing_bits_set_);
|
|
|