| Index: remoting/host/disconnect_window_linux.cc
|
| diff --git a/remoting/host/disconnect_window_linux.cc b/remoting/host/disconnect_window_linux.cc
|
| index b2dd6f5e06739d26015740d255e6b8be0410484f..b7292d61540952537de3e7c2751efdeeae31de8f 100644
|
| --- a/remoting/host/disconnect_window_linux.cc
|
| +++ b/remoting/host/disconnect_window_linux.cc
|
| @@ -120,7 +120,7 @@ void DisconnectWindowLinux::OnResponse(GtkWidget* dialog, int response_id) {
|
| // button were visible).
|
| CHECK(host_);
|
|
|
| - host_->Shutdown(NULL);
|
| + host_->Shutdown(base::Closure());
|
| Hide();
|
| }
|
|
|
|
|