| Index: chrome/browser/sync/profile_sync_service_mock.h
|
| diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h
|
| index 3bc60dc363e21618aa8a0e772005ba6d8e6f802e..bc42b7e0434b13b1c9e8fd16b68c4e1f115dfbfa 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.h
|
| @@ -31,7 +31,8 @@ class ProfileSyncServiceMock : public ProfileSyncService {
|
|
|
| // Helper routine to be used in conjunction with
|
| // ProfileKeyedServiceFactory::SetTestingFactory().
|
| - static ProfileKeyedService* BuildMockProfileSyncService(Profile* profile);
|
| + static ProfileKeyedService* BuildMockProfileSyncService(
|
| + content::BrowserContext* profile);
|
|
|
| MOCK_METHOD0(DisableForUser, void());
|
| MOCK_METHOD3(OnBackendInitialized,
|
|
|