| 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..9471a883c8f27f95ea0ff7ac7b8a3a9352668c29 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,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| NTPResourceCacheFactory::GetInstance();
|
| #endif
|
| PasswordStoreFactory::GetInstance();
|
| + PasswordManagerSettingMigraterService::Factory::GetInstance();
|
| #if !defined(OS_ANDROID)
|
| PinnedTabServiceFactory::GetInstance();
|
| #endif
|
|
|