Chromium Code Reviews| Index: webrtc/call/rampup_tests.h |
| diff --git a/webrtc/call/rampup_tests.h b/webrtc/call/rampup_tests.h |
| index fa73c63f9aba0ae0af0f5139ca212d3fd732812c..8179512d439f26e0c2a8f1e05aa646946eced491 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_ ; |
|
stefan-webrtc
2016/07/20 10:14:59
Remove spaces at the end.
mflodman
2016/07/22 13:50:29
Done.
|
| 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 { |