Index: remoting/host/continue_window_mac.mm |
diff --git a/remoting/host/continue_window_mac.mm b/remoting/host/continue_window_mac.mm |
index c53c11f7f217f499f3d580b5c937261deb5cd57a..2dac22cab8d09bfaac41a731a76dc947872ba445 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; |
} |