| Index: remoting/protocol/protobuf_video_reader.h
|
| diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h
|
| index ad0427379d608960ee8a80c4e5f4ebd61211729f..f6bb55caa85dc46aa051359b48b5107ea364a3ba 100644
|
| --- a/remoting/protocol/protobuf_video_reader.h
|
| +++ b/remoting/protocol/protobuf_video_reader.h
|
| @@ -17,7 +17,7 @@
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| -class StreamChannelFactory;
|
| +class ChannelFactory;
|
| class Session;
|
|
|
| class ProtobufVideoReader : public VideoReader {
|
| @@ -40,7 +40,7 @@
|
|
|
| VideoPacketFormat::Encoding encoding_;
|
|
|
| - StreamChannelFactory* channel_factory_;
|
| + ChannelFactory* channel_factory_;
|
| scoped_ptr<net::StreamSocket> channel_;
|
|
|
| ProtobufMessageReader<VideoPacket> reader_;
|
|
|