| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index 16ed0a10573ae2091d20b4fb98a0b5211e4fa37d..eda7fa740c26a8684916afda0e61cda9e43d0b93 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -216,7 +216,7 @@ class SimpleHost {
|
|
|
| if (fake_) {
|
| scoped_ptr<Capturer> capturer(new CapturerFake());
|
| - scoped_ptr<protocol::InputStub> event_executor =
|
| + scoped_ptr<protocol::HostEventStub> event_executor =
|
| EventExecutor::Create(
|
| context_.desktop_message_loop(), capturer.get());
|
| desktop_environment_ = DesktopEnvironment::CreateFake(
|
|
|