| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "ios/chrome/browser/browser_state/browser_state_keyed_service_factories
.h" | 5 #include "ios/chrome/browser/browser_state/browser_state_keyed_service_factories
.h" |
| 6 | 6 |
| 7 #include "ios/chrome/browser/autocomplete/autocomplete_classifier_factory.h" | 7 #include "ios/chrome/browser/autocomplete/autocomplete_classifier_factory.h" |
| 8 #include "ios/chrome/browser/autocomplete/in_memory_url_index_factory.h" | 8 #include "ios/chrome/browser/autocomplete/in_memory_url_index_factory.h" |
| 9 #include "ios/chrome/browser/autocomplete/shortcuts_backend_factory.h" | 9 #include "ios/chrome/browser/autocomplete/shortcuts_backend_factory.h" |
| 10 #include "ios/chrome/browser/autofill/personal_data_manager_factory.h" | 10 #include "ios/chrome/browser/autofill/personal_data_manager_factory.h" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 #include "ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service
_factory.h" | 24 #include "ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service
_factory.h" |
| 25 #include "ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migra
tor_service_factory.h" | 25 #include "ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migra
tor_service_factory.h" |
| 26 #include "ios/chrome/browser/passwords/ios_chrome_password_store_factory.h" | 26 #include "ios/chrome/browser/passwords/ios_chrome_password_store_factory.h" |
| 27 #include "ios/chrome/browser/search_engines/template_url_service_factory.h" | 27 #include "ios/chrome/browser/search_engines/template_url_service_factory.h" |
| 28 #include "ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory
.h" | 28 #include "ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory
.h" |
| 29 #include "ios/chrome/browser/signin/about_signin_internals_factory.h" | 29 #include "ios/chrome/browser/signin/about_signin_internals_factory.h" |
| 30 #include "ios/chrome/browser/signin/account_consistency_service_factory.h" | 30 #include "ios/chrome/browser/signin/account_consistency_service_factory.h" |
| 31 #include "ios/chrome/browser/signin/account_fetcher_service_factory.h" | 31 #include "ios/chrome/browser/signin/account_fetcher_service_factory.h" |
| 32 #include "ios/chrome/browser/signin/account_reconcilor_factory.h" | 32 #include "ios/chrome/browser/signin/account_reconcilor_factory.h" |
| 33 #include "ios/chrome/browser/signin/account_tracker_service_factory.h" | 33 #include "ios/chrome/browser/signin/account_tracker_service_factory.h" |
| 34 #include "ios/chrome/browser/signin/authentication_service_factory.h" |
| 34 #include "ios/chrome/browser/signin/gaia_cookie_manager_service_factory.h" | 35 #include "ios/chrome/browser/signin/gaia_cookie_manager_service_factory.h" |
| 35 #include "ios/chrome/browser/signin/oauth2_token_service_factory.h" | 36 #include "ios/chrome/browser/signin/oauth2_token_service_factory.h" |
| 36 #include "ios/chrome/browser/signin/signin_client_factory.h" | 37 #include "ios/chrome/browser/signin/signin_client_factory.h" |
| 37 #include "ios/chrome/browser/signin/signin_error_controller_factory.h" | 38 #include "ios/chrome/browser/signin/signin_error_controller_factory.h" |
| 38 #include "ios/chrome/browser/signin/signin_manager_factory.h" | 39 #include "ios/chrome/browser/signin/signin_manager_factory.h" |
| 39 #include "ios/chrome/browser/suggestions/suggestions_service_factory.h" | 40 #include "ios/chrome/browser/suggestions/suggestions_service_factory.h" |
| 40 #include "ios/chrome/browser/sync/sync_setup_service_factory.h" | 41 #include "ios/chrome/browser/sync/sync_setup_service_factory.h" |
| 41 #include "ios/chrome/browser/translate/translate_accept_languages_factory.h" | 42 #include "ios/chrome/browser/translate/translate_accept_languages_factory.h" |
| 42 #include "ios/chrome/browser/undo/bookmark_undo_service_factory.h" | 43 #include "ios/chrome/browser/undo/bookmark_undo_service_factory.h" |
| 43 #include "ios/chrome/browser/web_data_service_factory.h" | 44 #include "ios/chrome/browser/web_data_service_factory.h" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 69 ios::HistoryServiceFactory::GetInstance(); | 70 ios::HistoryServiceFactory::GetInstance(); |
| 70 ios::InMemoryURLIndexFactory::GetInstance(); | 71 ios::InMemoryURLIndexFactory::GetInstance(); |
| 71 ios::ShortcutsBackendFactory::GetInstance(); | 72 ios::ShortcutsBackendFactory::GetInstance(); |
| 72 ios::SigninErrorControllerFactory::GetInstance(); | 73 ios::SigninErrorControllerFactory::GetInstance(); |
| 73 ios::SigninManagerFactory::GetInstance(); | 74 ios::SigninManagerFactory::GetInstance(); |
| 74 ios::StartupTaskRunnerServiceFactory::GetInstance(); | 75 ios::StartupTaskRunnerServiceFactory::GetInstance(); |
| 75 ios::TemplateURLServiceFactory::GetInstance(); | 76 ios::TemplateURLServiceFactory::GetInstance(); |
| 76 ios::TopSitesFactory::GetInstance(); | 77 ios::TopSitesFactory::GetInstance(); |
| 77 ios::WebDataServiceFactory::GetInstance(); | 78 ios::WebDataServiceFactory::GetInstance(); |
| 78 ios::WebHistoryServiceFactory::GetInstance(); | 79 ios::WebHistoryServiceFactory::GetInstance(); |
| 80 AuthenticationServiceFactory::GetInstance(); |
| 79 IOSChromeGCMProfileServiceFactory::GetInstance(); | 81 IOSChromeGCMProfileServiceFactory::GetInstance(); |
| 80 IOSChromeLargeIconCacheFactory::GetInstance(); | 82 IOSChromeLargeIconCacheFactory::GetInstance(); |
| 81 IOSChromeLargeIconServiceFactory::GetInstance(); | 83 IOSChromeLargeIconServiceFactory::GetInstance(); |
| 82 IOSChromeFaviconLoaderFactory::GetInstance(); | 84 IOSChromeFaviconLoaderFactory::GetInstance(); |
| 83 IOSChromeContentSuggestionsServiceFactory::GetInstance(); | 85 IOSChromeContentSuggestionsServiceFactory::GetInstance(); |
| 84 IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance(); | 86 IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance(); |
| 85 IOSChromePasswordStoreFactory::GetInstance(); | 87 IOSChromePasswordStoreFactory::GetInstance(); |
| 86 IOSChromeProfileInvalidationProviderFactory::GetInstance(); | 88 IOSChromeProfileInvalidationProviderFactory::GetInstance(); |
| 87 OAuth2TokenServiceFactory::GetInstance(); | 89 OAuth2TokenServiceFactory::GetInstance(); |
| 88 SigninClientFactory::GetInstance(); | 90 SigninClientFactory::GetInstance(); |
| 89 suggestions::SuggestionsServiceFactory::GetInstance(); | 91 suggestions::SuggestionsServiceFactory::GetInstance(); |
| 90 SyncSetupServiceFactory::GetInstance(); | 92 SyncSetupServiceFactory::GetInstance(); |
| 91 TranslateAcceptLanguagesFactory::GetInstance(); | 93 TranslateAcceptLanguagesFactory::GetInstance(); |
| 92 } | 94 } |
| OLD | NEW |