Index: remoting/host/event_executor.h |
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h |
index 76d7fb4411258d341cd5ee2e9bc78480b76dc3a9..9740b1383af5332651292645ecf33f730c21f32b 100644 |
--- a/remoting/host/event_executor.h |
+++ b/remoting/host/event_executor.h |
@@ -26,8 +26,7 @@ class EventExecutor : public protocol::HostEventStub { |
// thread. |
static scoped_ptr<EventExecutor> Create( |
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, |
- scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, |
- VideoFrameCapturer* capturer); |
+ scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner); |
// Initialises any objects needed to execute events. |
virtual void OnSessionStarted( |