| 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();
|
|
|