| 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 a38335717036afb2606d0d80b609220eb830619c..ad15250835f04f7590ec0f6cda1be7c33c2e34ca 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -43,8 +43,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,
|
| @@ -75,10 +73,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;
|
|
|
|
|