| Index: webrtc/audio/audio_send_stream.h
|
| diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
|
| index ad8266a4dc481cec0dd6be3d0362777b86764a7c..23a748501438178c1bfce5c1b9330be3a56f7314 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;
|
| class PacketRouter;
|
|
|
| namespace voe {
|
| @@ -39,7 +40,8 @@ class AudioSendStream final : public webrtc::AudioSendStream,
|
| PacketRouter* packet_router,
|
| CongestionController* congestion_controller,
|
| BitrateAllocator* bitrate_allocator,
|
| - RtcEventLog* event_log);
|
| + RtcEventLog* event_log,
|
| + RtcpRttStats* rtcp_rtt_stats);
|
| ~AudioSendStream() override;
|
|
|
| // webrtc::AudioSendStream implementation.
|
|
|