| Index: chrome/browser/sync/test/integration/sync_test.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
|
| index 3aea730b4089fd22968c9fc3c86daf93f3d2e146..75e7044b8f21a5cc4d16a2b1f9505f716708882f 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -26,6 +26,7 @@
|
| class ProfileSyncService;
|
| class ProfileSyncServiceHarness;
|
| class P2PInvalidationForwarder;
|
| +class P2PSyncRefresher;
|
|
|
| namespace base {
|
| class CommandLine;
|
| @@ -365,6 +366,10 @@ class SyncTest : public InProcessBrowserTest {
|
| // of this activity to its peer sync clients.
|
| ScopedVector<P2PInvalidationForwarder> invalidation_forwarders_;
|
|
|
| + // A set of objects to listen for commit activity and broadcast refresh
|
| + // notifications of this activity to its peer sync clients.
|
| + ScopedVector<P2PSyncRefresher> sync_refreshers_;
|
| +
|
| // Collection of pointers to FakeServerInvalidation objects for each profile.
|
| std::vector<fake_server::FakeServerInvalidationService*>
|
| fake_server_invalidation_services_;
|
|
|