| Index: remoting/host/disconnect_window_mac.mm
|
| diff --git a/remoting/host/disconnect_window_mac.mm b/remoting/host/disconnect_window_mac.mm
|
| index 7c1ab44a6bb0b3df1ee9bbff449cb250371ed9f5..94ba85508b8779610f00504a3d59058441ed57f2 100644
|
| --- a/remoting/host/disconnect_window_mac.mm
|
| +++ b/remoting/host/disconnect_window_mac.mm
|
| @@ -90,7 +90,7 @@ remoting::DisconnectWindow* remoting::DisconnectWindow::Create() {
|
|
|
| - (IBAction)stopSharing:(id)sender {
|
| if (self.host) {
|
| - self.host->Shutdown(NULL);
|
| + self.host->Shutdown(base::Closure());
|
| self.host = NULL;
|
| }
|
| }
|
|
|