summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/chromoting_client.h')
-rw-r--r--remoting/client/chromoting_client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
index bdc2e26..c7026e3 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_;