| Index: chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.h b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| index ee3c728fd321bb6333beefa86f70be99308f05a6..f0d98c15f08dc4f53b58140070f8a0c7df231dcd 100644
|
| --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
|
| @@ -16,6 +16,7 @@
|
|
|
| class Profile;
|
| class StatusChangeChecker;
|
| +class P2PInvalidationForwarder;
|
|
|
| namespace invalidation {
|
| class P2PInvalidationService;
|
| @@ -231,8 +232,8 @@ class ProfileSyncServiceHarness
|
| // ProfileSyncService object associated with |profile_|.
|
| ProfileSyncService* service_;
|
|
|
| - // P2PInvalidationService associated with |profile_|.
|
| - invalidation::P2PInvalidationService* p2p_invalidation_service_;
|
| + // An bridge between the ProfileSyncService and P2PInvalidationService.
|
| + scoped_ptr<P2PInvalidationForwarder> p2p_invalidation_forwarder_;
|
|
|
| // The harness of the client whose update progress marker we're expecting
|
| // eventually match.
|
|
|