| 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 8cc748b70b94c258798fdc4437adda7ecb23a88b..f0bc5f64785e5a67f0f4f77eef9e81e2d52f7529 100644
|
| --- a/chrome/browser/sync/profile_sync_service_factory.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_factory.cc
|
| @@ -91,7 +91,8 @@ ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
|
| }
|
|
|
| // static
|
| -syncer::SyncService* ProfileSyncServiceFactory::GetSyncServiceForBrowserContext(
|
| +sync_driver::SyncService*
|
| +ProfileSyncServiceFactory::GetSyncServiceForBrowserContext(
|
| content::BrowserContext* context) {
|
| return GetForProfile(Profile::FromBrowserContext(context));
|
| }
|
|
|