diff options
Diffstat (limited to 'remoting/host/disconnect_window_win.cc')
-rw-r--r-- | remoting/host/disconnect_window_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc index 9f33d2b..a9f7742 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) { |