| Index: remoting/host/chromoting_host_context.cc
|
| diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
|
| index 603a8e9b9d9d1cadadcd4d18b0a459c2fde147f7..de99a1f0f5fe17f7c336702a8492cbca41443466 100644
|
| --- a/remoting/host/chromoting_host_context.cc
|
| +++ b/remoting/host/chromoting_host_context.cc
|
| @@ -49,8 +49,8 @@ MessageLoop* ChromotingHostContext::encode_message_loop() {
|
| return encode_thread_.message_loop();
|
| }
|
|
|
| -MessageLoop* ChromotingHostContext::network_message_loop() {
|
| - return jingle_thread_.message_loop();
|
| +base::MessageLoopProxy* ChromotingHostContext::network_message_loop() {
|
| + return jingle_thread_.message_loop_proxy();
|
| }
|
|
|
| MessageLoop* ChromotingHostContext::desktop_message_loop() {
|
|
|