| Index: remoting/protocol/input_sender.h
|
| diff --git a/remoting/protocol/input_sender.h b/remoting/protocol/input_sender.h
|
| index 5abcb331bb5de446af1a1ab12a0b3c375125a7fa..464237f41713f16a3e41eb0654f3166e7b5fa406 100644
|
| --- a/remoting/protocol/input_sender.h
|
| +++ b/remoting/protocol/input_sender.h
|
| @@ -19,6 +19,10 @@
|
|
|
| class Task;
|
|
|
| +namespace base {
|
| +class MessageLoopProxy;
|
| +} // namespace base
|
| +
|
| namespace net {
|
| class Socket;
|
| } // namespace net
|
| @@ -34,7 +38,8 @@ class BufferedSocketWriter;
|
| class InputSender : public InputStub {
|
| public:
|
| // Create a stub using a socket.
|
| - explicit InputSender(net::Socket* socket);
|
| + explicit InputSender(base::MessageLoopProxy* message_loop,
|
| + net::Socket* socket);
|
| virtual ~InputSender();
|
|
|
| // InputStub implementation.
|
|
|