| 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 f36892e432431459df2bcf4888ab6c58331fdc0f..c3c038a469955abd1ca630564aa67ec0348343ed 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_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"
|
| @@ -271,6 +272,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| NTPResourceCacheFactory::GetInstance();
|
| #endif
|
| PasswordStoreFactory::GetInstance();
|
| + PasswordManagerSettingMigraterService::Factory::GetInstance();
|
| #if !defined(OS_ANDROID)
|
| PinnedTabServiceFactory::GetInstance();
|
| #endif
|
|
|