| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index bbe1d141b78c1b78ed1f429484c75917a2a5092b..3cedde684e03f3446c982e472b7f3800881a0d9c 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -40,8 +40,6 @@ class SyncBackendHostForProfileSyncTest
|
| bool synchronous_init);
|
| virtual ~SyncBackendHostForProfileSyncTest();
|
|
|
| - MOCK_METHOD0(RequestPause, bool());
|
| - MOCK_METHOD0(RequestResume, bool());
|
| MOCK_METHOD1(RequestNudge, void(const tracked_objects::Location&));
|
|
|
| virtual void ConfigureDataTypes(
|
|
|