| Index: remoting/host/continue_window_chromeos.cc
|
| diff --git a/remoting/host/continue_window_chromeos.cc b/remoting/host/continue_window_chromeos.cc
|
| index 5143046cc7e336e8174ab13ddfb595e23f72b570..b0851569b85dfb69ca7216d82b21cb9017378510 100644
|
| --- a/remoting/host/continue_window_chromeos.cc
|
| +++ b/remoting/host/continue_window_chromeos.cc
|
| @@ -65,7 +65,7 @@ void ContinueWindowAura::HideUi() {
|
|
|
| // static
|
| std::unique_ptr<HostWindow> HostWindow::CreateContinueWindow() {
|
| - return base::WrapUnique(new ContinueWindowAura());
|
| + return base::MakeUnique<ContinueWindowAura>();
|
| }
|
|
|
| } // namespace remoting
|
|
|