| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index a70693ab581d4228ffc2c5f551e2a039f8399017..7696dbd3ac96fd40761758cabc2afa518dbbe9f3 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -95,9 +95,7 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler {
|
| MockClientSessionEventHandler();
|
| virtual ~MockClientSessionEventHandler();
|
|
|
| - MOCK_METHOD1(LocalLoginSucceeded,
|
| - void(scoped_refptr<protocol::ConnectionToClient>));
|
| - MOCK_METHOD1(LocalLoginFailed,
|
| + MOCK_METHOD1(OnAuthenticationComplete,
|
| void(scoped_refptr<protocol::ConnectionToClient>));
|
|
|
| private:
|
|
|