| Index: remoting/protocol/protobuf_video_writer.h
|
| diff --git a/remoting/protocol/protobuf_video_writer.h b/remoting/protocol/protobuf_video_writer.h
|
| index 5c69c61849182623c4175c0a409656d22048f108..587ceab1c7c8783b840a26b1099ab7049db47b4c 100644
|
| --- a/remoting/protocol/protobuf_video_writer.h
|
| +++ b/remoting/protocol/protobuf_video_writer.h
|
| @@ -12,6 +12,10 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "remoting/protocol/video_writer.h"
|
|
|
| +namespace base {
|
| +class MessageLoopProxy;
|
| +} // namespace base
|
| +
|
| namespace net {
|
| class StreamSocket;
|
| } // namespace net
|
| @@ -24,7 +28,7 @@ class Session;
|
|
|
| class ProtobufVideoWriter : public VideoWriter {
|
| public:
|
| - ProtobufVideoWriter();
|
| + ProtobufVideoWriter(base::MessageLoopProxy* message_loop);
|
| virtual ~ProtobufVideoWriter();
|
|
|
| // VideoWriter interface.
|
|
|