| Index: net/quic/test_tools/crypto_test_utils_openssl.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils_openssl.cc b/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| index be5194e6c3597f99d778478ded105afa635a61f3..388d257001f478c187cbfb928ae0d3284da5455d 100644
|
| --- a/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| @@ -33,7 +33,7 @@ namespace test {
|
| class TestChannelIDKey : public ChannelIDKey {
|
| public:
|
| explicit TestChannelIDKey(EVP_PKEY* ecdsa_key) : ecdsa_key_(ecdsa_key) {}
|
| - virtual ~TestChannelIDKey() { }
|
| + virtual ~TestChannelIDKey() OVERRIDE {}
|
|
|
| // ChannelIDKey implementation.
|
|
|
|
|