diff options
Diffstat (limited to 'chrome/browser/sync/test_profile_sync_service.cc')
-rw-r--r-- | chrome/browser/sync/test_profile_sync_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc index e335800..73415c06 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 = |