Index: ppapi/proxy/ppapi_proxy_test.h |
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h |
index 980510563afd9ad5e8c213dd60dde29c05435032..9a2df1c5d2ca39a720de3c8836b00ee4b78e2447 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.h |
+++ b/ppapi/proxy/ppapi_proxy_test.h |
@@ -285,12 +285,16 @@ |
}; |
private: |
+ class MockSyncMessageStatusReceiver; |
+ |
void CreateHostGlobals(); |
GlobalsConfiguration globals_config_; |
scoped_ptr<ppapi::TestGlobals> host_globals_; |
scoped_ptr<HostDispatcher> host_dispatcher_; |
DelegateMock delegate_mock_; |
+ |
+ scoped_ptr<MockSyncMessageStatusReceiver> status_receiver_; |
}; |
class HostProxyTest : public HostProxyTestHarness, public testing::Test { |