Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/chrome/browser/browser_state/BUILD.gn ('k') | ios/chrome/browser/browsing_data/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 10 matching lines...) Expand all
21 #include "ios/chrome/browser/history/history_service_factory.h" 21 #include "ios/chrome/browser/history/history_service_factory.h"
22 #include "ios/chrome/browser/history/top_sites_factory.h" 22 #include "ios/chrome/browser/history/top_sites_factory.h"
23 #include "ios/chrome/browser/history/web_history_service_factory.h" 23 #include "ios/chrome/browser/history/web_history_service_factory.h"
24 #include "ios/chrome/browser/invalidation/ios_chrome_profile_invalidation_provid er_factory.h" 24 #include "ios/chrome/browser/invalidation/ios_chrome_profile_invalidation_provid er_factory.h"
25 #include "ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service _factory.h" 25 #include "ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service _factory.h"
26 #include "ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migra tor_service_factory.h" 26 #include "ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migra tor_service_factory.h"
27 #include "ios/chrome/browser/passwords/ios_chrome_password_store_factory.h" 27 #include "ios/chrome/browser/passwords/ios_chrome_password_store_factory.h"
28 #include "ios/chrome/browser/reading_list/reading_list_model_factory.h" 28 #include "ios/chrome/browser/reading_list/reading_list_model_factory.h"
29 #include "ios/chrome/browser/search_engines/template_url_service_factory.h" 29 #include "ios/chrome/browser/search_engines/template_url_service_factory.h"
30 #include "ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory .h" 30 #include "ios/chrome/browser/services/gcm/ios_chrome_gcm_profile_service_factory .h"
31 #include "ios/chrome/browser/sessions/tab_restore_service_delegate_impl_ios_fact ory.h"
31 #include "ios/chrome/browser/signin/about_signin_internals_factory.h" 32 #include "ios/chrome/browser/signin/about_signin_internals_factory.h"
32 #include "ios/chrome/browser/signin/account_consistency_service_factory.h" 33 #include "ios/chrome/browser/signin/account_consistency_service_factory.h"
33 #include "ios/chrome/browser/signin/account_fetcher_service_factory.h" 34 #include "ios/chrome/browser/signin/account_fetcher_service_factory.h"
34 #include "ios/chrome/browser/signin/account_reconcilor_factory.h" 35 #include "ios/chrome/browser/signin/account_reconcilor_factory.h"
35 #include "ios/chrome/browser/signin/account_tracker_service_factory.h" 36 #include "ios/chrome/browser/signin/account_tracker_service_factory.h"
36 #include "ios/chrome/browser/signin/authentication_service_factory.h" 37 #include "ios/chrome/browser/signin/authentication_service_factory.h"
37 #include "ios/chrome/browser/signin/gaia_cookie_manager_service_factory.h" 38 #include "ios/chrome/browser/signin/gaia_cookie_manager_service_factory.h"
38 #include "ios/chrome/browser/signin/oauth2_token_service_factory.h" 39 #include "ios/chrome/browser/signin/oauth2_token_service_factory.h"
39 #include "ios/chrome/browser/signin/signin_client_factory.h" 40 #include "ios/chrome/browser/signin/signin_client_factory.h"
40 #include "ios/chrome/browser/signin/signin_error_controller_factory.h" 41 #include "ios/chrome/browser/signin/signin_error_controller_factory.h"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 IOSChromeContentSuggestionsServiceFactory::GetInstance(); 92 IOSChromeContentSuggestionsServiceFactory::GetInstance();
92 IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance(); 93 IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance();
93 IOSChromePasswordStoreFactory::GetInstance(); 94 IOSChromePasswordStoreFactory::GetInstance();
94 IOSChromeProfileInvalidationProviderFactory::GetInstance(); 95 IOSChromeProfileInvalidationProviderFactory::GetInstance();
95 GoogleLogoServiceFactory::GetInstance(); 96 GoogleLogoServiceFactory::GetInstance();
96 OAuth2TokenServiceFactory::GetInstance(); 97 OAuth2TokenServiceFactory::GetInstance();
97 ReadingListModelFactory::GetInstance(); 98 ReadingListModelFactory::GetInstance();
98 SigninClientFactory::GetInstance(); 99 SigninClientFactory::GetInstance();
99 suggestions::SuggestionsServiceFactory::GetInstance(); 100 suggestions::SuggestionsServiceFactory::GetInstance();
100 SyncSetupServiceFactory::GetInstance(); 101 SyncSetupServiceFactory::GetInstance();
102 TabRestoreServiceDelegateImplIOSFactory::GetInstance();
101 TranslateAcceptLanguagesFactory::GetInstance(); 103 TranslateAcceptLanguagesFactory::GetInstance();
102 } 104 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/browser_state/BUILD.gn ('k') | ios/chrome/browser/browsing_data/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698