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

Unified Diff: net/quic/congestion_control/inter_arrival_state_machine_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: new regressions, attempt 3 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
« no previous file with comments | « net/quic/congestion_control/inter_arrival_sender_test.cc ('k') | net/quic/quic_framer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/inter_arrival_state_machine_test.cc
diff --git a/net/quic/congestion_control/inter_arrival_state_machine_test.cc b/net/quic/congestion_control/inter_arrival_state_machine_test.cc
index 10759c22d7ac4d35c2d74a8d601e1b84eca5f8c4..1a4bc8523eab81fdc2095fc31fa15fdf040cfa40 100644
--- a/net/quic/congestion_control/inter_arrival_state_machine_test.cc
+++ b/net/quic/congestion_control/inter_arrival_state_machine_test.cc
@@ -17,7 +17,7 @@ class InterArrivalStateMachineTest : public ::testing::Test {
InterArrivalStateMachineTest() {
}
- void SetUp() {
+ virtual void SetUp() {
state_machine_.reset(new InterArrivalStateMachine(&clock_));
}
« no previous file with comments | « net/quic/congestion_control/inter_arrival_sender_test.cc ('k') | net/quic/quic_framer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698