summaryrefslogtreecommitdiffstats
path: root/remoting/host/continue_window_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/continue_window_mac.mm')
-rw-r--r--remoting/host/continue_window_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/continue_window_mac.mm b/remoting/host/continue_window_mac.mm
index c53c11f..2dac22c 100644
--- a/remoting/host/continue_window_mac.mm
+++ b/remoting/host/continue_window_mac.mm
@@ -143,7 +143,7 @@ ContinueWindow* ContinueWindow::Create() {
- (void)onCancel:(id)sender {
[self hide];
- host_->Shutdown(NULL);
+ host_->Shutdown(base::Closure());
host_ = nil;
}