| Index: remoting/host/continue_window_win.cc
|
| diff --git a/remoting/host/continue_window_win.cc b/remoting/host/continue_window_win.cc
|
| index 37578f22701803703d207d8abdc5e17bc2eb7945..e733daa843988758a57009fc2e398f152691a9d4 100644
|
| --- a/remoting/host/continue_window_win.cc
|
| +++ b/remoting/host/continue_window_win.cc
|
| @@ -131,7 +131,7 @@ void ContinueWindowWin::EndDialog() {
|
|
|
| // static
|
| std::unique_ptr<HostWindow> HostWindow::CreateContinueWindow() {
|
| - return base::WrapUnique(new ContinueWindowWin());
|
| + return base::MakeUnique<ContinueWindowWin>();
|
| }
|
|
|
| } // namespace remoting
|
|
|