diff options
Diffstat (limited to 'remoting/protocol/protobuf_video_reader.h')
-rw-r--r-- | remoting/protocol/protobuf_video_reader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h index ad04273..f6bb55c 100644 --- a/remoting/protocol/protobuf_video_reader.h +++ b/remoting/protocol/protobuf_video_reader.h @@ -17,7 +17,7 @@ class StreamSocket; namespace remoting { namespace protocol { -class StreamChannelFactory; +class ChannelFactory; class Session; class ProtobufVideoReader : public VideoReader { @@ -40,7 +40,7 @@ class ProtobufVideoReader : public VideoReader { VideoPacketFormat::Encoding encoding_; - StreamChannelFactory* channel_factory_; + ChannelFactory* channel_factory_; scoped_ptr<net::StreamSocket> channel_; ProtobufMessageReader<VideoPacket> reader_; |