summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/client_connection.h')
-rw-r--r--remoting/host/client_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h
index 4b46ee3..810eb61 100644
--- a/remoting/host/client_connection.h
+++ b/remoting/host/client_connection.h
@@ -78,7 +78,7 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection>,
// Send encoded update stream data to the viewer. The viewer
// should not take ownership of the data.
virtual void SendUpdateStreamPacketMessage(
- UpdateStreamPacketHeader* header,
+ const UpdateStreamPacketHeader* header,
scoped_refptr<media::DataBuffer> data);
// Notifies the viewer the update stream has ended.