| Index: components/sync/core_impl/model_type_connector_proxy_unittest.cc
|
| diff --git a/components/sync/core_impl/model_type_connector_proxy_unittest.cc b/components/sync/core_impl/model_type_connector_proxy_unittest.cc
|
| index c266e80168f803f2b5bbcffc98af29a00c2fcddb..4671843537622fc4ce272836212e9cdc089a2ee0 100644
|
| --- a/components/sync/core_impl/model_type_connector_proxy_unittest.cc
|
| +++ b/components/sync/core_impl/model_type_connector_proxy_unittest.cc
|
| @@ -13,7 +13,7 @@
|
| #include "base/run_loop.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "components/sync/api/fake_model_type_service.h"
|
| +#include "components/sync/api/stub_model_type_service.h"
|
| #include "components/sync/base/model_type.h"
|
| #include "components/sync/core/activation_context.h"
|
| #include "components/sync/core/model_type_connector.h"
|
| @@ -27,7 +27,7 @@
|
| namespace syncer_v2 {
|
|
|
| class ModelTypeConnectorProxyTest : public ::testing::Test,
|
| - FakeModelTypeService {
|
| + StubModelTypeService {
|
| public:
|
| ModelTypeConnectorProxyTest()
|
| : sync_task_runner_(base::ThreadTaskRunnerHandle::Get()),
|
|
|