| Index: components/sync/engine_impl/update_applicator.cc
|
| diff --git a/components/sync/engine_impl/update_applicator.cc b/components/sync/engine_impl/update_applicator.cc
|
| index 8be5cbce38eceee144dcbe746b5196d7dfa9d9a1..24a5a01ecefe84f5d852fa4432321fa42c4c2301 100644
|
| --- a/components/sync/engine_impl/update_applicator.cc
|
| +++ b/components/sync/engine_impl/update_applicator.cc
|
| @@ -19,7 +19,7 @@ using std::vector;
|
|
|
| namespace syncer {
|
|
|
| -using syncable::ID;
|
| +using syncer::syncable::ID;
|
|
|
| UpdateApplicator::UpdateApplicator(Cryptographer* cryptographer)
|
| : cryptographer_(cryptographer),
|
|
|