| Index: components/sync/driver/sync_api_component_factory_mock.cc
|
| diff --git a/components/sync/driver/sync_api_component_factory_mock.cc b/components/sync/driver/sync_api_component_factory_mock.cc
|
| index bbdd8556e0c6b6ed8dcbd79144047fdff3991933..417a8071758006118c902a61831efaba5b21c0b4 100644
|
| --- a/components/sync/driver/sync_api_component_factory_mock.cc
|
| +++ b/components/sync/driver/sync_api_component_factory_mock.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include <utility>
|
|
|
| -#include "components/sync/api/attachments/attachment_service.h"
|
| -#include "components/sync/api/attachments/attachment_store.h"
|
| #include "components/sync/device_info/local_device_info_provider_mock.h"
|
| #include "components/sync/driver/change_processor.h"
|
| #include "components/sync/driver/model_associator.h"
|
| +#include "components/sync/model/attachments/attachment_service.h"
|
| +#include "components/sync/model/attachments/attachment_store.h"
|
|
|
| using testing::_;
|
| using testing::InvokeWithoutArgs;
|
|
|