| Index: components/sync/core/shared_model_type_processor_unittest.cc
|
| diff --git a/components/sync/core/shared_model_type_processor_unittest.cc b/components/sync/core/shared_model_type_processor_unittest.cc
|
| index 732a24bdb677b18f6be934c3717b6a802268514a..853f6b0642bec3075364b3204fd0fa42a71d60c0 100644
|
| --- a/components/sync/core/shared_model_type_processor_unittest.cc
|
| +++ b/components/sync/core/shared_model_type_processor_unittest.cc
|
| @@ -15,12 +15,12 @@
|
| #include "base/memory/ptr_util.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| -#include "components/sync/api/data_type_error_handler_mock.h"
|
| -#include "components/sync/api/fake_model_type_service.h"
|
| #include "components/sync/base/time.h"
|
| #include "components/sync/core/activation_context.h"
|
| #include "components/sync/core/simple_metadata_change_list.h"
|
| #include "components/sync/engine/commit_queue.h"
|
| +#include "components/sync/model/data_type_error_handler_mock.h"
|
| +#include "components/sync/model/fake_model_type_service.h"
|
| #include "components/sync/test/engine/mock_model_type_worker.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|