| Index: chrome/browser/profiles/refcounted_profile_keyed_service_factory.cc
|
| diff --git a/chrome/browser/profiles/refcounted_profile_keyed_service_factory.cc b/chrome/browser/profiles/refcounted_profile_keyed_service_factory.cc
|
| index b9920bc461f2e73f224249bc3bbbb57ddc344c0c..d02fb1e56955717a1fd03fab2afe93c96f5637f1 100644
|
| --- a/chrome/browser/profiles/refcounted_profile_keyed_service_factory.cc
|
| +++ b/chrome/browser/profiles/refcounted_profile_keyed_service_factory.cc
|
| @@ -54,7 +54,7 @@ scoped_refptr<RefcountedProfileKeyedService>
|
| RefcountedProfileKeyedServiceFactory::GetServiceForProfile(
|
| content::BrowserContext* profile,
|
| bool create) {
|
| - profile = GetProfileToUse(profile);
|
| + profile = GetBrowserContextToUse(profile);
|
| if (!profile)
|
| return NULL;
|
|
|
|
|