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