| Index: remoting/host/event_executor_linux.cc
|
| diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
|
| index bf8856f0e6e01750d2f397a14678d72cf827f34d..5fe35e1cc59feb561f902099ed2e3244288c0c99 100644
|
| --- a/remoting/host/event_executor_linux.cc
|
| +++ b/remoting/host/event_executor_linux.cc
|
| @@ -429,8 +429,9 @@ void EventExecutorLinux::OnSessionFinished() {
|
|
|
| } // namespace
|
|
|
| -scoped_ptr<EventExecutor> EventExecutor::Create(
|
| - MessageLoop* message_loop, Capturer* capturer) {
|
| +scoped_ptr<EventExecutor> EventExecutor::Create(MessageLoop* message_loop,
|
| + base::MessageLoopProxy* ui_loop,
|
| + Capturer* capturer) {
|
| scoped_ptr<EventExecutorLinux> executor(
|
| new EventExecutorLinux(message_loop));
|
| if (!executor->Init())
|
|
|