| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| index c7209f4667f5312f7d2ee3c1fd78077dc7b89f74..26644330700870bc3f5913f7d23f42aa85d80bfb 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -63,10 +63,10 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "google_apis/gaia/oauth2_token_service_request.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| -#include "sync/api/attachments/attachment_downloader.h"
|
| -#include "sync/api/attachments/attachment_service.h"
|
| -#include "sync/api/attachments/attachment_service_impl.h"
|
| #include "sync/api/syncable_service.h"
|
| +#include "sync/internal_api/public/attachments/attachment_downloader.h"
|
| +#include "sync/internal_api/public/attachments/attachment_service.h"
|
| +#include "sync/internal_api/public/attachments/attachment_service_impl.h"
|
| #include "sync/internal_api/public/attachments/attachment_uploader_impl.h"
|
| #include "sync/internal_api/public/attachments/fake_attachment_store.h"
|
|
|
|
|