Index: net/quic/quic_connection_helper_test.cc |
diff --git a/net/quic/quic_connection_helper_test.cc b/net/quic/quic_connection_helper_test.cc |
index 8a2c931ea4ed059b6e8c0f8016529ff54dca6e80..f5a690750af2cd633d347dad1330f1d67d31d9c8 100644 |
--- a/net/quic/quic_connection_helper_test.cc |
+++ b/net/quic/quic_connection_helper_test.cc |
@@ -17,7 +17,7 @@ class TestDelegate : public QuicAlarm::Delegate { |
public: |
TestDelegate() : fired_(false) {} |
- virtual QuicTime OnAlarm() override { |
+ QuicTime OnAlarm() override { |
fired_ = true; |
return QuicTime::Zero(); |
} |