| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 45d103d7ab46b27b6505bb7b18820d028850c980..0dfbb4c002de891bb4d97801f3eab060d43a3f90 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -81,7 +81,7 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| Task* done;
|
| };
|
|
|
| - MessageLoop* message_loop();
|
| + base::MessageLoopProxy* message_loop();
|
|
|
| // Initializes connection.
|
| void Initialize();
|
|
|