| Index: net/quic/crypto/quic_crypto_server_config_test.cc
|
| diff --git a/net/quic/crypto/quic_crypto_server_config_test.cc b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| index 0743a1852be7900676bba468703ac3d2e2e9f0f2..1e91dfc053796fa46d6d659cc99c98d286bc0529 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config_test.cc
|
| +++ b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| @@ -402,7 +402,7 @@ class CryptoServerConfigsTest : public ::testing::Test {
|
| config_(QuicCryptoServerConfig::TESTING, rand_),
|
| test_peer_(&config_) {}
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| clock_.AdvanceTime(QuicTime::Delta::FromSeconds(1000));
|
| }
|
|
|
|
|