| Index: net/quic/congestion_control/hybrid_slow_start_test.cc
|
| diff --git a/net/quic/congestion_control/hybrid_slow_start_test.cc b/net/quic/congestion_control/hybrid_slow_start_test.cc
|
| index bea5840ab793f09f7beb92fa201d6a475455dcb1..dd74933840f10bce15ad3367b3b7dfebc9560ddb 100644
|
| --- a/net/quic/congestion_control/hybrid_slow_start_test.cc
|
| +++ b/net/quic/congestion_control/hybrid_slow_start_test.cc
|
| @@ -17,9 +17,7 @@ class HybridSlowStartTest : public ::testing::Test {
|
| : one_ms_(QuicTime::Delta::FromMilliseconds(1)),
|
| rtt_(QuicTime::Delta::FromMilliseconds(60)) {
|
| }
|
| - virtual void SetUp() {
|
| - slow_start_.reset(new HybridSlowStart(&clock_));
|
| - }
|
| + void SetUp() override { slow_start_.reset(new HybridSlowStart(&clock_)); }
|
| const QuicTime::Delta one_ms_;
|
| const QuicTime::Delta rtt_;
|
| MockClock clock_;
|
|
|