| Index: net/quic/crypto/crypto_server_test.cc
|
| diff --git a/net/quic/crypto/crypto_server_test.cc b/net/quic/crypto/crypto_server_test.cc
|
| index bb47cbf9cb2667088e7fa0a28645a64304569bba..1f3380aea5f57faae76f45a6cc72d7f6f6f08a1f 100644
|
| --- a/net/quic/crypto/crypto_server_test.cc
|
| +++ b/net/quic/crypto/crypto_server_test.cc
|
| @@ -156,7 +156,7 @@ class CryptoServerTest : public ::testing::TestWithParam<TestParams> {
|
| }
|
|
|
| virtual void RunImpl(const CryptoHandshakeMessage& client_hello,
|
| - const Result& result) OVERRIDE {
|
| + const Result& result) override {
|
| {
|
| // Ensure that the strike register client lock is not held.
|
| QuicCryptoServerConfigPeer peer(&test_->config_);
|
|
|