Index: remoting/host/event_executor_mac.cc |
diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc |
index aaf218719acf026cb74aef50a8837ce0f488b296..6058b42e097ad92bdab435a34e003b4a2562c0a5 100644 |
--- a/remoting/host/event_executor_mac.cc |
+++ b/remoting/host/event_executor_mac.cc |
@@ -336,8 +336,9 @@ void EventExecutorMac::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) { |
return scoped_ptr<EventExecutor>( |
new EventExecutorMac(message_loop)); |
} |