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