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

Unified Diff: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm

Issue 2194793004: Create IOSChromeContentSuggestionsServiceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove IOSChromeNTPSnippetsServiceFactory Created 4 years, 5 months 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
diff --git a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
index 34909fbd0c1022d35f5b93252659994d246cef19..e662ddaad4d5605d2460570f44618f6c61e6a1fd 100644
--- a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
+++ b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm
@@ -21,7 +21,7 @@
#include "ios/chrome/browser/history/top_sites_factory.h"
#include "ios/chrome/browser/history/web_history_service_factory.h"
#include "ios/chrome/browser/invalidation/ios_chrome_profile_invalidation_provider_factory.h"
-#include "ios/chrome/browser/ntp_snippets/ios_chrome_ntp_snippets_service_factory.h"
+#include "ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.h"
#include "ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migrator_service_factory.h"
#include "ios/chrome/browser/passwords/ios_chrome_password_store_factory.h"
#include "ios/chrome/browser/search_engines/template_url_service_factory.h"
@@ -79,7 +79,7 @@ void EnsureBrowserStateKeyedServiceFactoriesBuilt() {
IOSChromeLargeIconCacheFactory::GetInstance();
IOSChromeLargeIconServiceFactory::GetInstance();
IOSChromeFaviconLoaderFactory::GetInstance();
- IOSChromeNTPSnippetsServiceFactory::GetInstance();
+ IOSChromeContentSuggestionsServiceFactory::GetInstance();
IOSChromePasswordManagerSettingMigratorServiceFactory::GetInstance();
IOSChromePasswordStoreFactory::GetInstance();
IOSChromeProfileInvalidationProviderFactory::GetInstance();
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698