Chromium Code Reviews| Index: remoting/protocol/protobuf_video_reader.h |
| diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h |
| index 8bf07b20f2a001b502a2ea33624e0079859b6c19..2ae3344caae666f932ba77066f3eb5279d123d5e 100644 |
| --- a/remoting/protocol/protobuf_video_reader.h |
| +++ b/remoting/protocol/protobuf_video_reader.h |
| @@ -17,6 +17,7 @@ class StreamSocket; |
| namespace remoting { |
| namespace protocol { |
| +class ChannelFactory; |
| class Session; |
| class ProtobufVideoReader : public VideoReader { |
| @@ -35,7 +36,7 @@ class ProtobufVideoReader : public VideoReader { |
| void OnNewData(scoped_ptr<VideoPacket> packet, |
| const base::Closure& done_task); |
| - Session* session_; |
| + ChannelFactory* channel_factory_; |
|
Wez
2012/08/18 00:30:36
nit: Place this near |channel_|?
Sergey Ulanov
2012/08/18 01:53:56
Done.
|
| InitializedCallback initialized_callback_; |