| Index: components/sync/engine_impl/apply_control_data_updates_unittest.cc
|
| diff --git a/components/sync/engine_impl/apply_control_data_updates_unittest.cc b/components/sync/engine_impl/apply_control_data_updates_unittest.cc
|
| index 878d59695914a7b990fe5b4e46c18fb0713f2f39..cd62d8c99694db18b33a15fc30d24ade55187536 100644
|
| --- a/components/sync/engine_impl/apply_control_data_updates_unittest.cc
|
| +++ b/components/sync/engine_impl/apply_control_data_updates_unittest.cc
|
| @@ -34,9 +34,9 @@
|
|
|
| namespace syncer {
|
|
|
| -using syncable::MutableEntry;
|
| -using syncable::UNITTEST;
|
| -using syncable::Id;
|
| +using syncer::syncable::MutableEntry;
|
| +using syncer::syncable::UNITTEST;
|
| +using syncer::syncable::Id;
|
|
|
| class ApplyControlDataUpdatesTest : public ::testing::Test {
|
| public:
|
|
|