| Index: remoting/protocol/authenticator_test_base.h
|
| diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
|
| index 18e0c3e97140dbe7fb11276702b3eb7159235348..f8b7e25394d00f91cf8bcc05c88641b8cff4e917 100644
|
| --- a/remoting/protocol/authenticator_test_base.h
|
| +++ b/remoting/protocol/authenticator_test_base.h
|
| @@ -43,7 +43,7 @@ class AuthenticatorTestBase : public testing::Test {
|
| Authenticator* receiver,
|
| bool sender_started,
|
| bool receiver_srated);
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
| void RunAuthExchange();
|
| void RunHostInitiatedAuthExchange();
|
| void RunChannelAuth(bool expected_fail);
|
|
|