| 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 ee4e694d41bb7df296a10c2797763ab2c9a49060..830827250d9d39ef57e8d8f024e00b086042a9a4 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.h
|
| @@ -24,8 +24,6 @@ using ::testing::Invoke;
|
|
|
| class ProfileSyncServiceMock : public ProfileSyncService {
|
| public:
|
| - // no-arg constructor provided so TestingProfile can use NiceMock.
|
| - ProfileSyncServiceMock();
|
| explicit ProfileSyncServiceMock(Profile* profile);
|
| virtual ~ProfileSyncServiceMock();
|
|
|
|
|