| 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 377b05cc37707278ebf921ad1faff0285ba0816c..c0277256ade3e9e8926902e6f943991737b56f48 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -40,6 +40,7 @@ class SyncBackendHostForProfileSyncTest
|
| int num_expected_pauses,
|
| bool set_initial_sync_ended_on_init,
|
| bool synchronous_init);
|
| + virtual ~SyncBackendHostForProfileSyncTest();
|
|
|
| MOCK_METHOD0(RequestPause, bool());
|
| MOCK_METHOD0(RequestResume, bool());
|
|
|