| Index: remoting/host/event_executor_mac.cc
|
| diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
|
| index 37041a80b87f5e4922be352e622ec9ced44364ac..04360e539f55f4a1dcf9f881d7541ce851eec208 100644
|
| --- a/remoting/host/event_executor_mac.cc
|
| +++ b/remoting/host/event_executor_mac.cc
|
| @@ -32,7 +32,7 @@ void EventExecutorMac::InjectMouseEvent(const MouseEvent* event, Task* done) {
|
| delete done;
|
| }
|
|
|
| -protocol::InputStub* CreateEventExecutor(MessageLoop* message_loop,
|
| +protocol::InputStub* CreateEventExecutor(MessageLoopForUI* message_loop,
|
| Capturer* capturer) {
|
| return new EventExecutorMac(message_loop, capturer);
|
| }
|
|
|