Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc

Issue 14696007: Warn on missing OVERRIDE/virtual everywhere, not just in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
diff --git a/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc b/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
index b64430145f16be7c1ee14d76745c4a7dbc44cd54..acae78d2056c47f4c3bba1a5776f7cf6e8bbe9f8 100644
--- a/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
+++ b/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
@@ -18,7 +18,7 @@ class InterArrivalBitrateRampUpTest : public ::testing::Test {
hundred_ms_(QuicTime::Delta::FromMilliseconds(100)),
bitrate_ramp_up_(&clock_) {
}
- void SetUp() {
+ virtual void SetUp() {
clock_.AdvanceTime(one_ms_);
}
const QuicTime::Delta one_ms_;

Powered by Google App Engine
This is Rietveld 408576698