| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 3b49cbf2ebbd50e26f4e653df633ee1cfa5d20ea..becbd9c58071491f5348fa038617b0acf7786f93 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -107,8 +107,8 @@
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| +#include "chrome/browser/ntp_snippets/content_suggestions_service_factory.h"
|
| #include "chrome/browser/ntp_snippets/ntp_snippets_service_factory.h"
|
| -#include "components/ntp_snippets/ntp_snippets_service.h"
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -1227,6 +1227,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
|
|
|
| #if defined(OS_ANDROID)
|
| // Service is responsible for fetching content snippets for the NTP.
|
| + ContentSuggestionsServiceFactory::GetForProfile(profile);
|
| NTPSnippetsServiceFactory::GetForProfile(profile);
|
| #endif
|
| }
|
|
|