| Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| index d5f51d64972690ef7fab7105af8bdc7ab22bd520..9e994ac8eefb9b373d91c40a727f3f0ec5232476 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -27,6 +27,7 @@
|
| #include "chrome/browser/notifications/extension_welcome_notification_factory.h"
|
| #include "chrome/browser/notifications/notification_permission_context_factory.h"
|
| #include "chrome/browser/notifications/notifier_state_tracker_factory.h"
|
| +#include "chrome/browser/ntp_snippets/ntp_snippets_service_factory.h"
|
| #include "chrome/browser/password_manager/password_manager_setting_migrator_service_factory.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| #include "chrome/browser/plugins/plugin_prefs_factory.h"
|
| @@ -274,6 +275,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| MediaGalleriesPreferencesFactory::GetInstance();
|
| NTPResourceCacheFactory::GetInstance();
|
| #endif
|
| + NTPSnippetsServiceFactory::GetInstance();
|
| PasswordStoreFactory::GetInstance();
|
| PasswordManagerSettingMigratorServiceFactory::GetInstance();
|
| #if !defined(OS_ANDROID)
|
|
|