| Index: net/quic/crypto/quic_crypto_server_config.cc
|
| diff --git a/net/quic/crypto/quic_crypto_server_config.cc b/net/quic/crypto/quic_crypto_server_config.cc
|
| index d5a2b75d2a91600d52fd5ac45cc16f34018dcfc8..08cdb7e6290dc849e79c115583b62a874fe8df6a 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.cc
|
| +++ b/net/quic/crypto/quic_crypto_server_config.cc
|
| @@ -107,8 +107,8 @@ class VerifyNonceIsValidAndUniqueCallback
|
| }
|
|
|
| protected:
|
| - virtual void RunImpl(bool nonce_is_valid_and_unique,
|
| - InsertStatus nonce_error) override {
|
| + void RunImpl(bool nonce_is_valid_and_unique,
|
| + InsertStatus nonce_error) override {
|
| DVLOG(1) << "Using client nonce, unique: " << nonce_is_valid_and_unique
|
| << " nonce_error: " << nonce_error;
|
| result_->info.unique = nonce_is_valid_and_unique;
|
|
|