summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protobuf_video_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/protobuf_video_writer.h')
-rw-r--r--remoting/protocol/protobuf_video_writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/protobuf_video_writer.h b/remoting/protocol/protobuf_video_writer.h
index 961e821..b139e15 100644
--- a/remoting/protocol/protobuf_video_writer.h
+++ b/remoting/protocol/protobuf_video_writer.h
@@ -20,7 +20,7 @@ class StreamSocket;
namespace remoting {
namespace protocol {
-class ChannelFactory;
+class StreamChannelFactory;
class Session;
class ProtobufVideoWriter : public VideoWriter {
@@ -43,7 +43,7 @@ class ProtobufVideoWriter : public VideoWriter {
InitializedCallback initialized_callback_;
- ChannelFactory* channel_factory_;
+ StreamChannelFactory* channel_factory_;
scoped_ptr<net::StreamSocket> channel_;
BufferedSocketWriter buffered_writer_;