| Index: remoting/protocol/rtp_writer.h
|
| diff --git a/remoting/protocol/rtp_writer.h b/remoting/protocol/rtp_writer.h
|
| index dbf5bdd6a827696e9407a8bcc3b057ddba719a32..8ce626b2f6e629cb67cf3f4765600e30f35808e3 100644
|
| --- a/remoting/protocol/rtp_writer.h
|
| +++ b/remoting/protocol/rtp_writer.h
|
| @@ -17,7 +17,7 @@ namespace protocol {
|
|
|
| class RtpWriter {
|
| public:
|
| - RtpWriter();
|
| + RtpWriter(base::MessageLoopProxy* message_loop);
|
| virtual ~RtpWriter();
|
|
|
| // Initializes the writer. Must be called on the thread the socket
|
|
|