| 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 e5051e772d6a7e2867e9be15d012816336666ea0..b1b6837e3c0952052b8914a7ec898494341dd517 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/password_manager/password_manager_setting_migrator_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,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| NTPResourceCacheFactory::GetInstance();
|
| #endif
|
| PasswordStoreFactory::GetInstance();
|
| + PasswordManagerSettingMigratorService::Factory::GetInstance();
|
| #if !defined(OS_ANDROID)
|
| PinnedTabServiceFactory::GetInstance();
|
| #endif
|
|
|