| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index e9935d194784e020aed079be34c5ab71498604a4..78cef1605914e7642b36f58f46ccdf2f702e54ea 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -33,7 +33,7 @@
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/socket/ssl_server_socket.h"
|
| #include "remoting/base/constants.h"
|
| -#include "remoting/host/capturer_fake.h"
|
| +#include "remoting/host/video_frame_capturer_fake.h"
|
| #include "remoting/host/chromoting_host.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/constants.h"
|
| @@ -224,7 +224,7 @@ class SimpleHost : public HeartbeatSender::Listener {
|
| base::Bind(&SimpleHost::OnAuthFailed, base::Unretained(this))));
|
|
|
| if (fake_) {
|
| - scoped_ptr<Capturer> capturer(new CapturerFake());
|
| + scoped_ptr<VideoFrameCapturer> capturer(new VideoFrameCapturerFake());
|
| scoped_ptr<EventExecutor> event_executor = EventExecutor::Create(
|
| context_.desktop_task_runner(),
|
| context_.ui_task_runner(), capturer.get());
|
|
|