diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_mock.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_mock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h index fa9c3f0..15eb0ee 100644 --- a/chrome/browser/sync/profile_sync_service_mock.h +++ b/chrome/browser/sync/profile_sync_service_mock.h @@ -33,7 +33,7 @@ class ProfileSyncServiceMock : public ProfileSyncService { // Helper routine to be used in conjunction with // BrowserContextKeyedServiceFactory::SetTestingFactory(). - static BrowserContextKeyedService* BuildMockProfileSyncService( + static KeyedService* BuildMockProfileSyncService( content::BrowserContext* profile); MOCK_METHOD0(DisableForUser, void()); |