Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index e0d249cd80afeff4c6d38349064f1829ebea7100..fbdef779e412de67b6d0d9ed8821f2f24ff126b7 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)); |