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

Unified Diff: net/quic/congestion_control/channel_estimator_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
Index: net/quic/congestion_control/channel_estimator_test.cc
diff --git a/net/quic/congestion_control/channel_estimator_test.cc b/net/quic/congestion_control/channel_estimator_test.cc
index 7ff1b6c2c71f887e749fae87f5d8e2c96d440d45..460e436589e08bff8ccb35a9914e005cca5b044d 100644
--- a/net/quic/congestion_control/channel_estimator_test.cc
+++ b/net/quic/congestion_control/channel_estimator_test.cc
@@ -12,7 +12,7 @@ namespace test {
class ChannelEstimatorTest : public ::testing::Test {
protected:
- void SetUp() {
+ virtual void SetUp() {
srand(1234);
packet_size_ = 1200;
sequence_number_ = 1;

Powered by Google App Engine
This is Rietveld 408576698