| Index: components/browser_sync/profile_sync_service.h
|
| diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
|
| index ee2754e98803fa08b93e3d02d6a04e944dae2b4c..7a8f3e17b55a75d34862b2042203d1ee36f46aa6 100644
|
| --- a/components/browser_sync/profile_sync_service.h
|
| +++ b/components/browser_sync/profile_sync_service.h
|
| @@ -32,7 +32,6 @@
|
| #include "components/sync/base/unrecoverable_error_handler.h"
|
| #include "components/sync/core/shutdown_reason.h"
|
| #include "components/sync/core/sync_manager_factory.h"
|
| -#include "components/sync/core/user_share.h"
|
| #include "components/sync/device_info/local_device_info_provider.h"
|
| #include "components/sync/driver/data_type_controller.h"
|
| #include "components/sync/driver/data_type_manager.h"
|
| @@ -48,6 +47,7 @@
|
| #include "components/sync/engine/model_safe_worker.h"
|
| #include "components/sync/engine/net/network_time_update_callback.h"
|
| #include "components/sync/js/sync_js_controller.h"
|
| +#include "components/sync/syncable/user_share.h"
|
| #include "components/version_info/version_info.h"
|
| #include "google_apis/gaia/google_service_auth_error.h"
|
| #include "google_apis/gaia/oauth2_token_service.h"
|
|
|