summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_proxy_test.h
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-06 19:23:08 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-06 19:23:08 +0000
commitd2881d8adc34ceaa5346c36f848328f10caf9cbc (patch)
treeeaa87b15d65dfe8800cdbba84fc705a09d5a14a6 /ppapi/proxy/ppapi_proxy_test.h
parent77bb50035e0b9dca092b1eba8000ee5c389057dc (diff)
downloadchromium_src-d2881d8adc34ceaa5346c36f848328f10caf9cbc.zip
chromium_src-d2881d8adc34ceaa5346c36f848328f10caf9cbc.tar.gz
chromium_src-d2881d8adc34ceaa5346c36f848328f10caf9cbc.tar.bz2
ppapi: Use base::MessageLoop.
BUG=236029 Review URL: https://chromiumcodereview.appspot.com/14273043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppapi_proxy_test.h')
-rw-r--r--ppapi/proxy/ppapi_proxy_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h
index 0882790..d4e54bf 100644
--- a/ppapi/proxy/ppapi_proxy_test.h
+++ b/ppapi/proxy/ppapi_proxy_test.h
@@ -177,7 +177,7 @@ class PluginProxyTest : public PluginProxyTestHarness, public testing::Test {
virtual void SetUp();
virtual void TearDown();
private:
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
};
// This class provides support for multi-thread testing. A secondary thread is
@@ -301,7 +301,7 @@ class HostProxyTest : public HostProxyTestHarness, public testing::Test {
virtual void SetUp();
virtual void TearDown();
private:
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
};
// Use this base class to test both sides of a proxy.
@@ -339,7 +339,7 @@ class TwoWayTest : public testing::Test {
// The plugin side of the proxy runs on its own thread.
base::Thread plugin_thread_;
// The message loop for the main (host) thread.
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
// Aliases for the host and plugin harnesses; if we're testing a PPP
// interface, remote_harness will point to plugin_, and local_harness