| 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;
|
|
|