Index: remoting/host/client_connection.h |
diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h |
index 13318c3d41e2f611c748bb91d50e018068400b41..4b46ee3f7e912707930491e056bc894c759a8c74 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( |
- chromotocol_pb::UpdateStreamPacketHeader* header, |
+ UpdateStreamPacketHeader* header, |
scoped_refptr<media::DataBuffer> data); |
// Notifies the viewer the update stream has ended. |