| Index: chrome/browser/sync/profile_sync_service_mock.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc
|
| index 421de3ae59acba5576c27b2dea84a7dc4bb64e0f..694753a93e8c9971fa6c7c1d82339bcc2b576401 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.cc
|
| @@ -43,7 +43,7 @@ TestingProfile* ProfileSyncServiceMock::MakeSignedInTestingProfile() {
|
| }
|
|
|
| // static
|
| -ProfileKeyedBase* ProfileSyncServiceMock::BuildMockProfileSyncService(
|
| +ProfileKeyedService* ProfileSyncServiceMock::BuildMockProfileSyncService(
|
| Profile* profile) {
|
| return new ProfileSyncServiceMock(profile);
|
| }
|
|
|