| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 09c2b0f137c78f9c521cdc59f9352b75c78b0936..211cee24159a1e6b6a689142b3022bb3dd794724 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -107,6 +107,7 @@
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| +#include "chrome/browser/android/ntp/bookmark_suggestions_provider_factory.h"
|
| #include "chrome/browser/android/ntp/offline_page_suggestions_provider_factory.h"
|
| #include "chrome/browser/ntp_snippets/content_suggestions_service_factory.h"
|
| #include "chrome/browser/ntp_snippets/ntp_snippets_service_factory.h"
|
| @@ -1231,6 +1232,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
|
| ContentSuggestionsServiceFactory::GetForProfile(profile);
|
| NTPSnippetsServiceFactory::GetForProfile(profile);
|
| OfflinePageSuggestionsProviderFactory::GetForProfile(profile);
|
| + BookmarkSuggestionsProviderFactory::GetForProfile(profile);
|
| #endif
|
| }
|
|
|
|
|