Index: net/quic/congestion_control/pacing_sender_test.cc |
diff --git a/net/quic/congestion_control/pacing_sender_test.cc b/net/quic/congestion_control/pacing_sender_test.cc |
index 0be0b0aac017466ee522ff1e3b71d7766d08d028..a7838b91eb0302a4c91e8d0e6c8335a38c002e01 100644 |
--- a/net/quic/congestion_control/pacing_sender_test.cc |
+++ b/net/quic/congestion_control/pacing_sender_test.cc |
@@ -35,7 +35,7 @@ class PacingSenderTest : public ::testing::Test { |
clock_.AdvanceTime(QuicTime::Delta::FromMilliseconds(9)); |
} |
- virtual ~PacingSenderTest() {} |
+ ~PacingSenderTest() override {} |
void CheckPacketIsSentImmediately() { |
// In order for the packet to be sendable, the underlying sender must |