Index: remoting/client/chromoting_client.h |
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h |
index bdc2e2634cbb4e4d065b922648f1b754c1a4cc45..c7026e327cf97eac3cc1d3f7349daf69749626a7 100644 |
--- a/remoting/client/chromoting_client.h |
+++ b/remoting/client/chromoting_client.h |
@@ -65,10 +65,10 @@ class ChromotingClient : public HostConnection::HostEventCallback { |
void SetState(State s); |
// Handles for chromotocol messages. |
- void InitClient(HostMessage* msg); |
- void BeginUpdate(HostMessage* msg); |
- void HandleUpdate(HostMessage* msg); |
- void EndUpdate(HostMessage* msg); |
+ void InitClient(ChromotingHostMessage* msg); |
+ void BeginUpdate(ChromotingHostMessage* msg); |
+ void HandleUpdate(ChromotingHostMessage* msg); |
+ void EndUpdate(ChromotingHostMessage* msg); |
// The following are not owned by this class. |
ClientConfig config_; |