| 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 86eb0068764fdffdf387853a9811d4bdb6c5ef26..f2b208c128cd916b3c7bc90154c9ee141783c75a 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -74,11 +74,11 @@
|
| #include "components/sync/syncable/directory.h"
|
| #include "components/sync/syncable/sync_db_util.h"
|
| #include "components/sync/syncable/syncable_read_transaction.h"
|
| +#include "components/sync_preferences/pref_service_syncable.h"
|
| #include "components/sync_sessions/favicon_cache.h"
|
| #include "components/sync_sessions/session_data_type_controller.h"
|
| #include "components/sync_sessions/sessions_sync_manager.h"
|
| #include "components/sync_sessions/sync_sessions_client.h"
|
| -#include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/version_info/version_info_values.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
|
|