| Index: remoting/host/event_executor_win.cc
|
| diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc
|
| index b1fe052927ae619c537c9f48b768b0725767af43..ce229a5944d0b0d1690774185b35bbb6c505f631 100644
|
| --- a/remoting/host/event_executor_win.cc
|
| +++ b/remoting/host/event_executor_win.cc
|
| @@ -80,7 +80,7 @@ void EventExecutorWin::HandleKey(const KeyEvent* event) {
|
| SendInput(1, &input, sizeof(INPUT));
|
| }
|
|
|
| -protocol::InputStub* CreateEventExecutor(MessageLoop* message_loop,
|
| +protocol::InputStub* CreateEventExecutor(MessageLoopForUI* message_loop,
|
| Capturer* capturer) {
|
| return new EventExecutorWin(message_loop, capturer);
|
| }
|
|
|