summaryrefslogtreecommitdiffstats
path: root/remoting/host/session_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/session_manager.h')
-rw-r--r--remoting/host/session_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/session_manager.h b/remoting/host/session_manager.h
index 83c437a..c39ca3b 100644
--- a/remoting/host/session_manager.h
+++ b/remoting/host/session_manager.h
@@ -131,7 +131,7 @@ class SessionManager : public base::RefCountedThreadSafe<SessionManager> {
void DoRateControl();
// DoSendUpdate takes ownership of header and is responsible for deleting it.
- void DoSendUpdate(HostMessage* message,
+ void DoSendUpdate(ChromotingHostMessage* message,
Encoder::EncodingState state);
void DoSendInit(scoped_refptr<ClientConnection> client,
int width, int height);
@@ -146,7 +146,7 @@ class SessionManager : public base::RefCountedThreadSafe<SessionManager> {
// EncodeDataAvailableTask takes ownership of header and is responsible for
// deleting it.
- void EncodeDataAvailableTask(HostMessage* message,
+ void EncodeDataAvailableTask(ChromotingHostMessage* message,
Encoder::EncodingState state);
// Message loops used by this class.