| Index: remoting/protocol/rtp_video_writer.h
|
| diff --git a/remoting/protocol/rtp_video_writer.h b/remoting/protocol/rtp_video_writer.h
|
| index f0482541676b0888c1f64f750ed17725c3d204e0..bb8ddc7d1cb7640d3f2019f0e19523578bb3ab44 100644
|
| --- a/remoting/protocol/rtp_video_writer.h
|
| +++ b/remoting/protocol/rtp_video_writer.h
|
| @@ -9,6 +9,10 @@
|
| #include "remoting/protocol/rtp_writer.h"
|
| #include "remoting/protocol/video_writer.h"
|
|
|
| +namespace base {
|
| +class MessageLoopProxy;
|
| +} // namespace base
|
| +
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| @@ -16,7 +20,7 @@ class Session;
|
|
|
| class RtpVideoWriter : public VideoWriter {
|
| public:
|
| - RtpVideoWriter();
|
| + RtpVideoWriter(base::MessageLoopProxy* message_loop);
|
| virtual ~RtpVideoWriter();
|
|
|
| // VideoWriter interface.
|
|
|