| Index: webrtc/call/rampup_tests.h
|
| diff --git a/webrtc/call/rampup_tests.h b/webrtc/call/rampup_tests.h
|
| index fa73c63f9aba0ae0af0f5139ca212d3fd732812c..efc56ad2631caa1b1049ff71cfc75375e2ae43be 100644
|
| --- a/webrtc/call/rampup_tests.h
|
| +++ b/webrtc/call/rampup_tests.h
|
| @@ -64,6 +64,7 @@ class RampUpTester : public test::EndToEndTest {
|
| const size_t num_audio_streams_;
|
| const bool rtx_;
|
| const bool red_;
|
| + Call* sender_call_;
|
| VideoSendStream* send_stream_;
|
| test::PacketTransport* send_transport_;
|
|
|
| @@ -99,7 +100,6 @@ class RampUpTester : public test::EndToEndTest {
|
| SsrcMap rtx_ssrc_map_;
|
|
|
| rtc::PlatformThread poller_thread_;
|
| - Call* sender_call_;
|
| };
|
|
|
| class RampUpDownUpTester : public RampUpTester {
|
|
|