Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index abb19d52defddc7ef4e8cbe0ca24421850433eca..ce6527325c4bde9e502dc904f1f032f44c8dd342 100644 |
--- a/remoting/host/host_mock_objects.h |
+++ b/remoting/host/host_mock_objects.h |
@@ -53,7 +53,8 @@ class MockDisconnectWindow : public DisconnectWindow { |
MockDisconnectWindow(); |
virtual ~MockDisconnectWindow(); |
- MOCK_METHOD2(Show, void(remoting::ChromotingHost* host, |
+ MOCK_METHOD3(Show, void(remoting::ChromotingHost* host, |
+ const DisconnectCallback& disconnect_callback, |
const std::string& username)); |
MOCK_METHOD0(Hide, void()); |
}; |