Index: remoting/client/chromoting_client.h |
=================================================================== |
--- remoting/client/chromoting_client.h (revision 57114) |
+++ remoting/client/chromoting_client.h (working copy) |
@@ -65,10 +65,10 @@ |
void SetState(State s); |
// Handles for chromotocol messages. |
- void InitClient(ChromotingHostMessage* msg); |
- void BeginUpdate(ChromotingHostMessage* msg); |
- void HandleUpdate(ChromotingHostMessage* msg); |
- void EndUpdate(ChromotingHostMessage* msg); |
+ void InitClient(HostMessage* msg); |
+ void BeginUpdate(HostMessage* msg); |
+ void HandleUpdate(HostMessage* msg); |
+ void EndUpdate(HostMessage* msg); |
// The following are not owned by this class. |
ClientConfig config_; |