| 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 6b52b214cfc1b7b0b223aea9c69c5260b2d16362..c6f83d24fe04ce1352888ee2af58bd3a219a0f3a 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -38,7 +38,6 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
| SyncBackendHostForProfileSyncTest(
|
| Profile* profile,
|
| const base::WeakPtr<SyncPrefs>& sync_prefs,
|
| - const base::WeakPtr<InvalidatorStorage>& invalidator_storage,
|
| syncer::TestIdFactory& id_factory,
|
| base::Closure& callback,
|
| bool set_initial_sync_ended_on_init,
|
| @@ -68,10 +67,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;
|
|
|
|
|