| Index: remoting/host/disconnect_window_linux.cc
|
| diff --git a/remoting/host/disconnect_window_linux.cc b/remoting/host/disconnect_window_linux.cc
|
| index 524bbe0c7a91d75ff9a1d75fc0e25822e1839629..f79bd30dd3f8d07544ba36249f2aaf83edd1b572 100644
|
| --- a/remoting/host/disconnect_window_linux.cc
|
| +++ b/remoting/host/disconnect_window_linux.cc
|
| @@ -290,7 +290,7 @@ gboolean DisconnectWindowGtk::OnButtonPress(GtkWidget* widget,
|
|
|
| // static
|
| std::unique_ptr<HostWindow> HostWindow::CreateDisconnectWindow() {
|
| - return base::WrapUnique(new DisconnectWindowGtk());
|
| + return base::MakeUnique<DisconnectWindowGtk>();
|
| }
|
|
|
| } // namespace remoting
|
|
|