| Index: remoting/host/continue_window_win.cc
|
| diff --git a/remoting/host/continue_window_win.cc b/remoting/host/continue_window_win.cc
|
| index ed5eea24ebdf081197d9222a2682fd6b92b4b39c..73a214a7882b56ac68dbbc2f15e8a3d092f13624 100644
|
| --- a/remoting/host/continue_window_win.cc
|
| +++ b/remoting/host/continue_window_win.cc
|
| @@ -95,7 +95,7 @@ BOOL ContinueWindowWin::OnDialogMessage(HWND hwnd, UINT msg,
|
| return TRUE;
|
| case IDC_CONTINUE_CANCEL:
|
| CHECK(host_);
|
| - host_->Shutdown(NULL);
|
| + host_->Shutdown(base::Closure());
|
| ::EndDialog(hwnd, LOWORD(wParam));
|
| hwnd_ = NULL;
|
| return TRUE;
|
|
|