| Index: remoting/host/desktop_session_win.cc
|
| diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc
|
| index 03c539974eeb74f88944446e18da68612907da2d..dd2e09696800e0e6810674b49672c291ddf79cfe 100644
|
| --- a/remoting/host/desktop_session_win.cc
|
| +++ b/remoting/host/desktop_session_win.cc
|
| @@ -488,9 +488,9 @@ std::unique_ptr<DesktopSession> DesktopSessionWin::CreateForConsole(
|
| DaemonProcess* daemon_process,
|
| int id,
|
| const ScreenResolution& resolution) {
|
| - return base::WrapUnique(new ConsoleSession(caller_task_runner, io_task_runner,
|
| - daemon_process, id,
|
| - HostService::GetInstance()));
|
| + return base::MakeUnique<ConsoleSession>(caller_task_runner, io_task_runner,
|
| + daemon_process, id,
|
| + HostService::GetInstance());
|
| }
|
|
|
| // static
|
|
|