Index: chrome/browser/sync/test_profile_sync_service.cc |
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc |
index e33580004193275088972239f6ce51ad8e5d9f59..73415c06988c5563222f6696160b8b0e453710c9 100644 |
--- a/chrome/browser/sync/test_profile_sync_service.cc |
+++ b/chrome/browser/sync/test_profile_sync_service.cc |
@@ -230,7 +230,7 @@ TestProfileSyncService::~TestProfileSyncService() { |
} |
// static |
-ProfileKeyedService* TestProfileSyncService::BuildAutoStartAsyncInit( |
+BrowserContextKeyedService* TestProfileSyncService::BuildAutoStartAsyncInit( |
content::BrowserContext* context) { |
Profile* profile = static_cast<Profile*>(context); |
SigninManagerBase* signin = |