| 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 989d2abc722502f13dfc3d4d77339cd9a59c8f56..41d26877b5f920d79581b922c32b03ed19f17e11 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -46,8 +46,6 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
| SyncBackendHostForProfileSyncTest(
|
| Profile* profile,
|
| const base::WeakPtr<SyncPrefs>& sync_prefs,
|
| - const base::WeakPtr<invalidation::InvalidatorStorage>&
|
| - invalidator_storage,
|
| syncer::TestIdFactory& id_factory,
|
| base::Closure& callback,
|
| bool set_initial_sync_ended_on_init,
|
| @@ -81,10 +79,6 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
|
|
| static void SetHistoryServiceExpectations(ProfileMock* profile);
|
|
|
| - void EmitOnInvalidatorStateChange(syncer::InvalidatorState state);
|
| - void EmitOnIncomingInvalidation(
|
| - const syncer::ObjectIdInvalidationMap& invalidation_map);
|
| -
|
| protected:
|
| virtual void InitCore(const DoInitializeOptions& options) OVERRIDE;
|
|
|
|
|