Index: ppapi/proxy/ppapi_proxy_test.h |
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h |
index 6278f71438d3739472a76428aae203b37440bef6..b2a3f364fc4c986bdacc079f702e3d1ba87c2d64 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.h |
+++ b/ppapi/proxy/ppapi_proxy_test.h |
@@ -198,9 +198,13 @@ class HostProxyTestHarness : public ProxyTestHarnessBase { |
}; |
private: |
+ class MockSyncMessageStatusReceiver; |
+ |
ppapi::TestGlobals host_globals_; |
scoped_ptr<HostDispatcher> host_dispatcher_; |
DelegateMock delegate_mock_; |
+ |
+ scoped_ptr<MockSyncMessageStatusReceiver> status_receiver_; |
}; |
class HostProxyTest : public HostProxyTestHarness, public testing::Test { |