Index: ppapi/proxy/ppapi_proxy_test.cc |
diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc |
index 86cc0b4972083bddb28e9d61813f8c17e4468e69..c3cca4de859b7a5ce4875c06fcfdd2baf7b51584 100644 |
--- a/ppapi/proxy/ppapi_proxy_test.cc |
+++ b/ppapi/proxy/ppapi_proxy_test.cc |
@@ -551,7 +551,7 @@ void TwoWayTest::SetUp() { |
&remote_harness_set_up)); |
remote_harness_set_up.Wait(); |
local_harness_->SetUpHarnessWithChannel(handle, |
- io_thread_.message_loop_proxy(), |
+ io_thread_.message_loop_proxy().get(), |
&shutdown_event_, |
true); // is_client |
} |