summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_proxy_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppapi_proxy_test.h')
-rw-r--r--ppapi/proxy/ppapi_proxy_test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h
index 373f8e3..775b75c 100644
--- a/ppapi/proxy/ppapi_proxy_test.h
+++ b/ppapi/proxy/ppapi_proxy_test.h
@@ -137,6 +137,8 @@ class PluginProxyTest : public PluginProxyTestHarness, public testing::Test {
// testing::Test implementation.
virtual void SetUp();
virtual void TearDown();
+ private:
+ MessageLoop message_loop_;
};
class HostProxyTestHarness : public ProxyTestHarnessBase {
@@ -191,6 +193,8 @@ class HostProxyTest : public HostProxyTestHarness, public testing::Test {
// testing::Test implementation.
virtual void SetUp();
virtual void TearDown();
+ private:
+ MessageLoop message_loop_;
};
// Use this base class to test both sides of a proxy.