| Index: remoting/host/disconnect_window_win.cc
|
| diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc
|
| index 9f33d2bfd2c8a5f8f21a2651f1d6e49ea2a15cad..a9f77421f326aecf8760798289b4ca814ecff617 100644
|
| --- a/remoting/host/disconnect_window_win.cc
|
| +++ b/remoting/host/disconnect_window_win.cc
|
| @@ -204,7 +204,7 @@ void DisconnectWindowWin::Show(ChromotingHost* host,
|
|
|
| void DisconnectWindowWin::ShutdownHost() {
|
| CHECK(host_);
|
| - host_->Shutdown(NULL);
|
| + host_->Shutdown(base::Closure());
|
| }
|
|
|
| static int GetControlTextWidth(HWND control) {
|
|
|