Index: remoting/host/client_connection.h |
diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h |
index 38e383cb193972d972d41a27f2503db8c8e51c20..6f9deca71ad021d18aed57850343d24b7955b260 100644 |
--- a/remoting/host/client_connection.h |
+++ b/remoting/host/client_connection.h |
@@ -15,6 +15,7 @@ |
#include "remoting/protocol/chromotocol_connection.h" |
#include "remoting/protocol/message_reader.h" |
#include "remoting/protocol/stream_writer.h" |
+#include "remoting/protocol/video_writer.h" |
namespace remoting { |
@@ -100,8 +101,9 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection> { |
// The libjingle channel used to send and receive data from the remote client. |
scoped_refptr<ChromotocolConnection> connection_; |
+ ControlStreamWriter control_writer_; |
MessageReader event_reader_; |
- VideoStreamWriter video_writer_; |
+ scoped_ptr<VideoWriter> video_writer_; |
// The message loop that this object runs on. |
MessageLoop* loop_; |