| Index: components/sync_driver/generic_change_processor_unittest.cc
|
| diff --git a/components/sync_driver/generic_change_processor_unittest.cc b/components/sync_driver/generic_change_processor_unittest.cc
|
| index 2434e89626f53c008a1129154305b81626127b17..c4786528cbf1ec46168efbf73305891c8ad91ad9 100644
|
| --- a/components/sync_driver/generic_change_processor_unittest.cc
|
| +++ b/components/sync_driver/generic_change_processor_unittest.cc
|
| @@ -10,11 +10,11 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "components/sync_driver/data_type_error_handler_mock.h"
|
| #include "sync/api/attachments/fake_attachment_service.h"
|
| -#include "sync/api/attachments/fake_attachment_store.h"
|
| -#include "sync/api/attachments/fake_attachment_uploader.h"
|
| #include "sync/api/fake_syncable_service.h"
|
| #include "sync/api/sync_change.h"
|
| #include "sync/api/sync_merge_result.h"
|
| +#include "sync/internal_api/public/attachments/fake_attachment_store.h"
|
| +#include "sync/internal_api/public/attachments/fake_attachment_uploader.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/internal_api/public/read_node.h"
|
| #include "sync/internal_api/public/read_transaction.h"
|
|
|