| 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..9f8c61e90b3f7c817d768bc702d3a24bf7312876 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -148,8 +148,8 @@ ChromeBrowserMainExtraPartsProfiles::~ChromeBrowserMainExtraPartsProfiles() {
|
| // FooServiceFactory here will scale or is desirable long term.
|
| //
|
| // static
|
| -void
|
| -ChromeBrowserMainExtraPartsProfiles::EnsureProfileKeyedServiceFactoriesBuilt() {
|
| +void ChromeBrowserMainExtraPartsProfiles::
|
| +EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| AboutSigninInternalsFactory::GetInstance();
|
| autofill::PersonalDataManagerFactory::GetInstance();
|
| #if defined(ENABLE_BACKGROUND)
|
| @@ -290,5 +290,5 @@ ChromeBrowserMainExtraPartsProfiles::EnsureProfileKeyedServiceFactoriesBuilt() {
|
| }
|
|
|
| void ChromeBrowserMainExtraPartsProfiles::PreProfileInit() {
|
| - EnsureProfileKeyedServiceFactoriesBuilt();
|
| + EnsureBrowserContextKeyedServiceFactoriesBuilt();
|
| }
|
|
|