| Index: chrome/browser/sync/profile_sync_service_factory.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc
|
| index 636cf06ae44caf5c797e1b4a5017751b41a1a0a5..ca81dd1159d5efe712584eb510dd129b718360b9 100644
|
| --- a/chrome/browser/sync/profile_sync_service_factory.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_factory.cc
|
| @@ -42,7 +42,7 @@ ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
|
| }
|
|
|
| // static
|
| -ProfileSyncServiceBase* ProfileSyncServiceBase::ForContext(
|
| +ProfileSyncServiceBase* ProfileSyncServiceBase::FromBrowserContext(
|
| content::BrowserContext* context) {
|
| return ProfileSyncServiceFactory::GetForProfile(
|
| static_cast<Profile*>(context));
|
|
|