Index: remoting/host/simple_host_process.cc |
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
index 7c2a8d021eb4bc044e888a728d50e0c5634b5532..a181f7b56e6ef57a331295427b209b00d080ed1c 100644 |
--- a/remoting/host/simple_host_process.cc |
+++ b/remoting/host/simple_host_process.cc |
@@ -228,7 +228,7 @@ class SimpleHost : public HeartbeatSender::Listener { |
scoped_ptr<VideoFrameCapturer> capturer(new VideoFrameCapturerFake()); |
scoped_ptr<EventExecutor> event_executor = EventExecutor::Create( |
context_.desktop_task_runner(), |
- context_.ui_task_runner(), capturer.get()); |
+ context_.ui_task_runner()); |
scoped_ptr<AudioCapturer> audio_capturer(NULL); |
desktop_environment_ = DesktopEnvironment::CreateFake( |
&context_, |