| Index: components/sync/driver/model_type_controller_unittest.cc
|
| diff --git a/components/sync/driver/model_type_controller_unittest.cc b/components/sync/driver/model_type_controller_unittest.cc
|
| index 2c3c55daa0a6d1c620be4335f3219ea9789123b3..f70edb57008c5aa584f74340ef9c66536ef659a7 100644
|
| --- a/components/sync/driver/model_type_controller_unittest.cc
|
| +++ b/components/sync/driver/model_type_controller_unittest.cc
|
| @@ -18,8 +18,6 @@
|
| #include "base/test/test_simple_task_runner.h"
|
| #include "base/threading/thread.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "components/sync/api/fake_model_type_change_processor.h"
|
| -#include "components/sync/api/stub_model_type_service.h"
|
| #include "components/sync/core/activation_context.h"
|
| #include "components/sync/core/model_type_processor_proxy.h"
|
| #include "components/sync/core/shared_model_type_processor.h"
|
| @@ -27,6 +25,8 @@
|
| #include "components/sync/driver/backend_data_type_configurer.h"
|
| #include "components/sync/driver/fake_sync_client.h"
|
| #include "components/sync/engine/commit_queue.h"
|
| +#include "components/sync/model/fake_model_type_change_processor.h"
|
| +#include "components/sync/model/stub_model_type_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncer {
|
|
|