| Index: components/sync/engine_impl/directory_update_handler_unittest.cc
|
| diff --git a/components/sync/engine_impl/directory_update_handler_unittest.cc b/components/sync/engine_impl/directory_update_handler_unittest.cc
|
| index d79fd90afc8f94a829aa5e768de0b87f638fd4d3..b28726c6acbf3753d140ed5b9eb6f56fb8c7815b 100644
|
| --- a/components/sync/engine_impl/directory_update_handler_unittest.cc
|
| +++ b/components/sync/engine_impl/directory_update_handler_unittest.cc
|
| @@ -37,8 +37,8 @@
|
|
|
| namespace syncer {
|
|
|
| -using syncable::Id;
|
| -using syncable::UNITTEST;
|
| +using syncer::syncable::Id;
|
| +using syncer::syncable::UNITTEST;
|
|
|
| static const int64_t kDefaultVersion = 1000;
|
|
|
|
|