| 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 8e1c683c6c74ddf0e55b30ebf2631ebfa095636e..ef26aee58e431c64711e9a81bb23fe16527cd3eb 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.h
|
| @@ -27,7 +27,8 @@ class ProfileSyncServiceMock : public ProfileSyncService {
|
| public:
|
| explicit ProfileSyncServiceMock(Profile* profile);
|
| ProfileSyncServiceMock(
|
| - scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile);
|
| + scoped_ptr<sync_driver::SyncApiComponentFactory> factory,
|
| + Profile* profile);
|
| virtual ~ProfileSyncServiceMock();
|
|
|
| // A utility used by sync tests to create a TestingProfile with a Google
|
|
|