| Index: components/sync/driver/shared_change_processor_unittest.cc
|
| diff --git a/components/sync/driver/shared_change_processor_unittest.cc b/components/sync/driver/shared_change_processor_unittest.cc
|
| index 57fd096d5b4e7676930aa7321b9e61e9f88b0347..3c36b4b12143167b56604fd0e70fefcb6bbbe9dd 100644
|
| --- a/components/sync/driver/shared_change_processor_unittest.cc
|
| +++ b/components/sync/driver/shared_change_processor_unittest.cc
|
| @@ -11,11 +11,6 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| -#include "components/sync/api/attachments/attachment_id.h"
|
| -#include "components/sync/api/attachments/attachment_service.h"
|
| -#include "components/sync/api/attachments/attachment_store.h"
|
| -#include "components/sync/api/data_type_error_handler_mock.h"
|
| -#include "components/sync/api/fake_syncable_service.h"
|
| #include "components/sync/base/model_type.h"
|
| #include "components/sync/core/test/test_user_share.h"
|
| #include "components/sync/device_info/local_device_info_provider.h"
|
| @@ -23,6 +18,11 @@
|
| #include "components/sync/driver/generic_change_processor.h"
|
| #include "components/sync/driver/generic_change_processor_factory.h"
|
| #include "components/sync/driver/sync_api_component_factory.h"
|
| +#include "components/sync/model/attachments/attachment_id.h"
|
| +#include "components/sync/model/attachments/attachment_service.h"
|
| +#include "components/sync/model/attachments/attachment_store.h"
|
| +#include "components/sync/model/data_type_error_handler_mock.h"
|
| +#include "components/sync/model/fake_syncable_service.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|