| Index: remoting/host/chromoting_host_unittest.cc
|
| diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
|
| index ad2bca8a4e60b526878bdebc71acfa5cbcc1d3fd..f8081fdeaf3361228ed290ef319bac6c1c70c056 100644
|
| --- a/remoting/host/chromoting_host_unittest.cc
|
| +++ b/remoting/host/chromoting_host_unittest.cc
|
| @@ -97,11 +97,9 @@ class ChromotingHostTest : public testing::Test {
|
| new DesktopEnvironment(&context_, capturer, event_executor_, curtain_,
|
| disconnect_window_, continue_window_,
|
| local_input_monitor_));
|
| - MockAccessVerifier* access_verifier = new MockAccessVerifier();
|
|
|
| - host_ = ChromotingHost::Create(&context_, config_,
|
| - desktop_environment_.get(),
|
| - access_verifier, false);
|
| + host_ = ChromotingHost::Create(
|
| + &context_, config_,desktop_environment_.get(), false);
|
| session_ = new MockSession();
|
| session2_ = new MockSession();
|
| session_config_ = SessionConfig::GetDefault();
|
|
|