Index: ppapi/proxy/ppapi_proxy_test.cc |
diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc |
index 9034d8fa75cd636069be3703b91e86858af72425..19f41bbd5594738fccb901eb097d9d2d6b5b5a9f 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.cc |
+++ b/ppapi/proxy/ppapi_proxy_test.cc |
@@ -537,7 +537,7 @@ TwoWayTest::~TwoWayTest() { |
void TwoWayTest::SetUp() { |
base::Thread::Options options; |
- options.message_loop_type = MessageLoop::TYPE_IO; |
+ options.message_loop_type = base::MessageLoop::TYPE_IO; |
io_thread_.StartWithOptions(options); |
plugin_thread_.Start(); |