| 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 4ba88f48f082ee64f7b2c368b161e3b0a1bffcc2..9594e8ac6d9c35e8cda83c90d933a32bc1b30052 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -59,9 +59,8 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "extensions/browser/extension_system.h"
|
| #include "sync/api/attachments/attachment_service.h"
|
| -#include "sync/api/attachments/fake_attachment_service.h"
|
| -#include "sync/api/attachments/fake_attachment_store.h"
|
| #include "sync/api/syncable_service.h"
|
| +#include "sync/internal_api/public/attachments/fake_attachment_store.h"
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| #include "chrome/browser/extensions/api/storage/settings_sync_util.h"
|
|
|