| Index: remoting/host/event_executor_win.h
|
| diff --git a/remoting/host/event_executor_win.h b/remoting/host/event_executor_win.h
|
| index 4ba4aadf0d2782b3c12383ae670e2a25b4f0d3c3..1eebf33b95cfc8b4d4ce2feb967af6a00cf39263 100644
|
| --- a/remoting/host/event_executor_win.h
|
| +++ b/remoting/host/event_executor_win.h
|
| @@ -20,7 +20,7 @@ class EventExecutorWinPimpl;
|
| // A class to generate events on Windows.
|
| class EventExecutorWin : public protocol::InputStub {
|
| public:
|
| - EventExecutorWin(MessageLoop* message_loop, Capturer* capturer);
|
| + EventExecutorWin(MessageLoopForUI* message_loop, Capturer* capturer);
|
| virtual ~EventExecutorWin();
|
|
|
| virtual void InjectKeyEvent(const protocol::KeyEvent* event, Task* done);
|
| @@ -30,7 +30,7 @@ class EventExecutorWin : public protocol::InputStub {
|
| void HandleKey(const protocol::KeyEvent* event);
|
| void HandleMouse(const protocol::MouseEvent* event);
|
|
|
| - MessageLoop* message_loop_;
|
| + MessageLoopForUI* message_loop_;
|
| Capturer* capturer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(EventExecutorWin);
|
|
|