| Index: remoting/host/ipc_desktop_environment_unittest.cc
|
| diff --git a/remoting/host/ipc_desktop_environment_unittest.cc b/remoting/host/ipc_desktop_environment_unittest.cc
|
| index 1a326934b5dea1bcbfaf325c447d884b8d475561..86b9c80e9c4b32b9eecf81733dcbeef1fd2ce6a9 100644
|
| --- a/remoting/host/ipc_desktop_environment_unittest.cc
|
| +++ b/remoting/host/ipc_desktop_environment_unittest.cc
|
| @@ -294,11 +294,7 @@ void IpcDesktopEnvironmentTest::SetUp() {
|
|
|
| // Create a desktop environment instance.
|
| desktop_environment_factory_.reset(new IpcDesktopEnvironmentFactory(
|
| - task_runner_,
|
| - task_runner_,
|
| - task_runner_,
|
| - io_task_runner_,
|
| - &daemon_channel_));
|
| + task_runner_, task_runner_, io_task_runner_, &daemon_channel_));
|
| desktop_environment_ = desktop_environment_factory_->Create(
|
| client_session_control_factory_.GetWeakPtr());
|
|
|
|
|