| Index: remoting/protocol/protobuf_video_writer.h
|
| diff --git a/remoting/protocol/protobuf_video_writer.h b/remoting/protocol/protobuf_video_writer.h
|
| index b139e150f7edc5dab58787c252767abc7c9e74a8..961e8219323416c99c45078e0c7e6a99714d8664 100644
|
| --- a/remoting/protocol/protobuf_video_writer.h
|
| +++ b/remoting/protocol/protobuf_video_writer.h
|
| @@ -20,7 +20,7 @@
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| -class StreamChannelFactory;
|
| +class ChannelFactory;
|
| class Session;
|
|
|
| class ProtobufVideoWriter : public VideoWriter {
|
| @@ -43,7 +43,7 @@
|
|
|
| InitializedCallback initialized_callback_;
|
|
|
| - StreamChannelFactory* channel_factory_;
|
| + ChannelFactory* channel_factory_;
|
| scoped_ptr<net::StreamSocket> channel_;
|
|
|
| BufferedSocketWriter buffered_writer_;
|
|
|