| 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 fc33cdb5f00dfdfa86714199499c64b53f1e3fae..0b4ef6513b8a58127fe3c0e809706b5e977046bd 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -149,7 +149,7 @@ ChromeBrowserMainExtraPartsProfiles::~ChromeBrowserMainExtraPartsProfiles() {
|
| //
|
| // static
|
| void
|
| -ChromeBrowserMainExtraPartsProfiles::EnsureProfileKeyedServiceFactoriesBuilt() {
|
| +ChromeBrowserMainExtraPartsProfiles::EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| AboutSigninInternalsFactory::GetInstance();
|
| autofill::PersonalDataManagerFactory::GetInstance();
|
| #if defined(ENABLE_BACKGROUND)
|
| @@ -290,5 +290,5 @@ ChromeBrowserMainExtraPartsProfiles::EnsureProfileKeyedServiceFactoriesBuilt() {
|
| }
|
|
|
| void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() {
|
| - EnsureProfileKeyedServiceFactoriesBuilt();
|
| + EnsureBrowserContextKeyedServiceFactoriesBuilt();
|
| }
|
|
|