Index: remoting/client/jingle_host_connection.h |
diff --git a/remoting/client/jingle_host_connection.h b/remoting/client/jingle_host_connection.h |
index ee5240fdf947688c7736efe2ad86014bba6dd9ac..df377026330524aa7b2971c17317f211e939eb15 100644 |
--- a/remoting/client/jingle_host_connection.h |
+++ b/remoting/client/jingle_host_connection.h |
@@ -25,9 +25,9 @@ |
#include "remoting/client/client_context.h" |
#include "remoting/client/host_connection.h" |
#include "remoting/jingle_glue/jingle_client.h" |
+#include "remoting/protocol/message_reader.h" |
#include "remoting/protocol/chromotocol_connection.h" |
#include "remoting/protocol/chromotocol_server.h" |
-#include "remoting/protocol/stream_reader.h" |
#include "remoting/protocol/stream_writer.h" |
class MessageLoop; |
@@ -85,7 +85,7 @@ class JingleHostConnection : public HostConnection, |
scoped_refptr<ChromotocolConnection> connection_; |
EventStreamWriter event_writer_; |
- VideoStreamReader video_reader_; |
+ MessageReader video_reader_; |
HostEventCallback* event_callback_; |