| Index: webrtc/audio/audio_send_stream.h
|
| diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
|
| index 2e0b7aed584620aaddcdf6f8c92b3926389b73b9..0f980fa370614875364db5fdf25634d016c3adde 100644
|
| --- a/webrtc/audio/audio_send_stream.h
|
| +++ b/webrtc/audio/audio_send_stream.h
|
| @@ -23,6 +23,7 @@ namespace webrtc {
|
| class CongestionController;
|
| class VoiceEngine;
|
| class RtcEventLog;
|
| +class RtcpRttStats;
|
|
|
| namespace voe {
|
| class ChannelProxy;
|
| @@ -37,7 +38,8 @@ class AudioSendStream final : public webrtc::AudioSendStream,
|
| rtc::TaskQueue* worker_queue,
|
| CongestionController* congestion_controller,
|
| BitrateAllocator* bitrate_allocator,
|
| - RtcEventLog* event_log);
|
| + RtcEventLog* event_log,
|
| + RtcpRttStats* rtcp_rtt_stats);
|
| ~AudioSendStream() override;
|
|
|
| // webrtc::AudioSendStream implementation.
|
|
|