| 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 c51506d2be07c9c6e7292953e5f747400c5a21a6..69faceebb462bb6fdea0f250298ee8a9c064f032 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -26,6 +26,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/password_manager/password_manager_setting_migrater_service.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| #include "chrome/browser/plugins/plugin_prefs_factory.h"
|
| #include "chrome/browser/policy/profile_policy_connector_factory.h"
|
| @@ -269,6 +270,8 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| NTPResourceCacheFactory::GetInstance();
|
| #endif
|
| PasswordStoreFactory::GetInstance();
|
| + password_manager::PasswordManagerSettingMigraterService::Factory::
|
| + GetInstance();
|
| #if !defined(OS_ANDROID)
|
| PinnedTabServiceFactory::GetInstance();
|
| #endif
|
|
|