| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 89499f6359fc44cafa8c96e42d428ef4f1985aee..318f894012b522441fb37b9e5498ec79d80d3511 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -33,7 +33,6 @@
|
| #include "chrome/browser/net/chrome_cookie_notification_details.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| #include "chrome/browser/prefs/chrome_pref_service_factory.h"
|
| -#include "chrome/browser/prefs/pref_service_syncable.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/signin/about_signin_internals_factory.h"
|
| #include "chrome/browser/signin/chrome_signin_client_factory.h"
|
| @@ -80,6 +79,7 @@
|
| #include "components/sync_driver/sync_util.h"
|
| #include "components/sync_driver/system_encryptor.h"
|
| #include "components/sync_driver/user_selectable_sync_type.h"
|
| +#include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/version_info/version_info_values.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
|
|