| Index: components/browser_sync/profile_sync_service.cc
|
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
|
| index 38500ff9c27cffe52130422acb03ef145575b585..222bf630f96bd08c20110da89d0b116b722e6980 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -50,7 +50,6 @@
|
| #include "components/sync/device_info/device_info_sync_service.h"
|
| #include "components/sync/device_info/device_info_tracker.h"
|
| #include "components/sync/driver/backend_migrator.h"
|
| -#include "components/sync/driver/change_processor.h"
|
| #include "components/sync/driver/directory_data_type_controller.h"
|
| #include "components/sync/driver/glue/sync_backend_host_impl.h"
|
| #include "components/sync/driver/signin_manager_wrapper.h"
|
| @@ -68,6 +67,7 @@
|
| #include "components/sync/engine/sync_encryption_handler.h"
|
| #include "components/sync/engine/sync_string_conversions.h"
|
| #include "components/sync/js/js_event_details.h"
|
| +#include "components/sync/model/change_processor.h"
|
| #include "components/sync/model/model_type_change_processor.h"
|
| #include "components/sync/model/model_type_store.h"
|
| #include "components/sync/model/sync_error.h"
|
|
|