| 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 1d6a682238a0d3d8e2863d7064cad7bf2dcd6237..ec967330e05f48b58ebf5d0166d2e1fc7bf6f42e 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.h
|
| @@ -30,8 +30,8 @@ class ProfileSyncServiceMock : public ProfileSyncService {
|
| static TestingProfile* MakeSignedInTestingProfile();
|
|
|
| // Helper routine to be used in conjunction with
|
| - // ProfileKeyedServiceFactory::SetTestingFactory().
|
| - static ProfileKeyedService* BuildMockProfileSyncService(
|
| + // BrowserContextKeyedServiceFactory::SetTestingFactory().
|
| + static BrowserContextKeyedService* BuildMockProfileSyncService(
|
| content::BrowserContext* profile);
|
|
|
| MOCK_METHOD0(DisableForUser, void());
|
|
|