Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index eaae574af87353358bbd1fa2161355068dabdce0..0e28ed28d6444854fe75b0d7bfcff1079cfc28ce 100644 |
--- a/remoting/host/host_mock_objects.h |
+++ b/remoting/host/host_mock_objects.h |
@@ -76,7 +76,7 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler { |
~MockClientSessionEventHandler() override; |
MOCK_METHOD1(OnSessionAuthenticating, void(ClientSession* client)); |
- MOCK_METHOD1(OnSessionAuthenticated, bool(ClientSession* client)); |
+ MOCK_METHOD1(OnSessionAuthenticated, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionChannelsConnected, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionAuthenticationFailed, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionClosed, void(ClientSession* client)); |