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

Unified Diff: net/quic/congestion_control/available_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
« no previous file with comments | « dbus/object_manager_unittest.cc ('k') | net/quic/congestion_control/channel_estimator_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/available_channel_estimator_test.cc
diff --git a/net/quic/congestion_control/available_channel_estimator_test.cc b/net/quic/congestion_control/available_channel_estimator_test.cc
index 8c1c69e9513de43882678afecc0fa7fae4592119..b4a4b9c341c2e879a419c7534c0ce97a9dde6f9b 100644
--- a/net/quic/congestion_control/available_channel_estimator_test.cc
+++ b/net/quic/congestion_control/available_channel_estimator_test.cc
@@ -13,7 +13,7 @@ namespace test {
class AvailableChannelEstimatorTest : public ::testing::Test {
protected:
- void SetUp() {
+ virtual void SetUp() {
srand(1234);
packet_size_ = 1200;
sequence_number_ = 1;
« no previous file with comments | « dbus/object_manager_unittest.cc ('k') | net/quic/congestion_control/channel_estimator_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698