| 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 848272a6e6822f4d196edcc0231e23b8e397c623..959c3bb05f8670a165b394b3a702c8cb5b1e0bed 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -27,7 +27,6 @@
|
| #include "chrome/browser/sync/glue/extension_setting_data_type_controller.h"
|
| #include "chrome/browser/sync/glue/password_data_type_controller.h"
|
| #include "chrome/browser/sync/glue/search_engine_data_type_controller.h"
|
| -#include "chrome/browser/sync/glue/shared_change_processor.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host_impl.h"
|
| #include "chrome/browser/sync/glue/theme_data_type_controller.h"
|
| @@ -56,6 +55,7 @@
|
| #include "components/sync_driver/data_type_manager_observer.h"
|
| #include "components/sync_driver/generic_change_processor.h"
|
| #include "components/sync_driver/proxy_data_type_controller.h"
|
| +#include "components/sync_driver/shared_change_processor.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "extensions/browser/extension_system.h"
|
| #include "sync/api/attachments/attachment_service.h"
|
|
|