| Index: webrtc/video/rampup_tests.h
|
| diff --git a/webrtc/video/rampup_tests.h b/webrtc/video/rampup_tests.h
|
| index 927d9125776f7ff6a19c9c9af0631bc926f7f8a4..2a9aeb995ad466e2c1f151f0968e445461b1cd3e 100644
|
| --- a/webrtc/video/rampup_tests.h
|
| +++ b/webrtc/video/rampup_tests.h
|
| @@ -63,6 +63,7 @@ class RampUpTester : public test::EndToEndTest {
|
|
|
| rtc::Event event_;
|
| Clock* const clock_;
|
| + FakeNetworkPipe::Config forward_transport_config_;
|
| const size_t num_streams_;
|
| const bool rtx_;
|
| const bool red_;
|
| @@ -122,7 +123,6 @@ class RampUpDownUpTester : public RampUpTester {
|
| std::string GetModifierString() const;
|
| void EvolveTestState(int bitrate_bps, bool suspended);
|
|
|
| - FakeNetworkPipe::Config forward_transport_config_;
|
| TestStates test_state_;
|
| int64_t state_start_ms_;
|
| int64_t interval_start_ms_;
|
|
|