| 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 bb08a044aa45f082d986c18172b508282a5b2727..1fc7350eee485adcaf105f817cbcfc9e66c34a18 100644
|
| --- a/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils_openssl.cc
|
| @@ -32,7 +32,7 @@ namespace test {
|
|
|
| class TestChannelIDSigner : public ChannelIDSigner {
|
| public:
|
| - virtual ~TestChannelIDSigner() { }
|
| + virtual ~TestChannelIDSigner() OVERRIDE { }
|
|
|
| // ChannelIDSigner implementation.
|
|
|
|
|