| Index: chrome/browser/profiles/profile_keyed_service_factory.cc
|
| diff --git a/chrome/browser/profiles/profile_keyed_service_factory.cc b/chrome/browser/profiles/profile_keyed_service_factory.cc
|
| index dd74146e89eeff33a16ab2f0608918756d6869b1..b64f07382a291442e01b3bbbf3feed99dab2ad36 100644
|
| --- a/chrome/browser/profiles/profile_keyed_service_factory.cc
|
| +++ b/chrome/browser/profiles/profile_keyed_service_factory.cc
|
| @@ -52,7 +52,7 @@ ProfileKeyedServiceFactory::~ProfileKeyedServiceFactory() {
|
| ProfileKeyedService* ProfileKeyedServiceFactory::GetServiceForProfile(
|
| content::BrowserContext* profile,
|
| bool create) {
|
| - profile = GetProfileToUse(profile);
|
| + profile = GetBrowserContextToUse(profile);
|
| if (!profile)
|
| return NULL;
|
|
|
|
|