| Index: remoting/host/chromoting_host_context.cc
|
| diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
|
| index b3cdaf6e410f354fe88978b236cdf73b040b0c15..f214a18beaef2fb8acfa4a0665912923cfaf72cb 100644
|
| --- a/remoting/host/chromoting_host_context.cc
|
| +++ b/remoting/host/chromoting_host_context.cc
|
| @@ -44,8 +44,9 @@ MessageLoop* ChromotingHostContext::main_message_loop() {
|
| return main_thread_.message_loop();
|
| }
|
|
|
| -MessageLoop* ChromotingHostContext::capture_message_loop() {
|
| - return capture_thread_.message_loop();
|
| +scoped_refptr<base::MessageLoopProxy>
|
| +ChromotingHostContext::capture_message_loop_proxy() {
|
| + return capture_thread_.message_loop_proxy();
|
| }
|
|
|
| MessageLoop* ChromotingHostContext::encode_message_loop() {
|
|
|