| Index: ios/chrome/browser/sync/ios_chrome_sync_client.mm
|
| diff --git a/ios/chrome/browser/sync/ios_chrome_sync_client.mm b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
|
| index dfaa916d75f5301cdbdd0c662f79d0f5047c0473..ae39fa256dcdd515f80cac7e2837327eb717cff7 100644
|
| --- a/ios/chrome/browser/sync/ios_chrome_sync_client.mm
|
| +++ b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
|
| @@ -35,11 +35,11 @@
|
| #include "components/sync/driver/sync_util.h"
|
| #include "components/sync/driver/ui_data_type_controller.h"
|
| #include "components/sync/engine/passive_model_worker.h"
|
| +#include "components/sync_preferences/pref_service_syncable.h"
|
| #include "components/sync_sessions/favicon_cache.h"
|
| #include "components/sync_sessions/local_session_event_router.h"
|
| #include "components/sync_sessions/sync_sessions_client.h"
|
| #include "components/sync_sessions/synced_window_delegates_getter.h"
|
| -#include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "ios/chrome/browser/application_context.h"
|
| #include "ios/chrome/browser/autofill/personal_data_manager_factory.h"
|
| #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h"
|
|
|