| Index: remoting/protocol/third_party_authenticator_unittest.cc
|
| diff --git a/remoting/protocol/third_party_authenticator_unittest.cc b/remoting/protocol/third_party_authenticator_unittest.cc
|
| index f14484f7a42cf92de4223fb361eb02fa2c28fbd3..770907dbfdab88acdd3d1b15df7c971ec497b402 100644
|
| --- a/remoting/protocol/third_party_authenticator_unittest.cc
|
| +++ b/remoting/protocol/third_party_authenticator_unittest.cc
|
| @@ -96,7 +96,7 @@ class ThirdPartyAuthenticatorTest : public AuthenticatorTestBase {
|
|
|
| public:
|
| ThirdPartyAuthenticatorTest() {}
|
| - virtual ~ThirdPartyAuthenticatorTest() {}
|
| + ~ThirdPartyAuthenticatorTest() override {}
|
|
|
| protected:
|
| void InitAuthenticators() {
|
|
|