| 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 686948655fbc7e1dd6d060cca0d37386a7ea0f36..1227e5f8043a1e933048e6b890d0a7cc1acd8f5f 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -12,7 +12,9 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/sync/glue/data_type_manager_impl.h"
|
| +#include "chrome/browser/sync/invalidations/invalidator_storage.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| +#include "chrome/browser/sync/sync_prefs.h"
|
| #include "chrome/test/base/profile_mock.h"
|
| #include "sync/test/engine/test_id_factory.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -34,6 +36,7 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
| SyncBackendHostForProfileSyncTest(
|
| Profile* profile,
|
| const base::WeakPtr<SyncPrefs>& sync_prefs,
|
| + const base::WeakPtr<InvalidatorStorage>& invalidator_storage,
|
| bool set_initial_sync_ended_on_init,
|
| bool synchronous_init,
|
| bool fail_initial_download,
|
|
|