Index: webrtc/audio/audio_receive_stream.h |
diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h |
index 42286af22b9d584f7744292b8050ecd47cafd118..4cf42c601059d024d57c4cdf9fcab06eff77a628 100644 |
--- a/webrtc/audio/audio_receive_stream.h |
+++ b/webrtc/audio/audio_receive_stream.h |
@@ -17,6 +17,7 @@ |
#include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h" |
namespace webrtc { |
+class CongestionController; |
class RemoteBitrateEstimator; |
namespace voe { |
@@ -27,7 +28,7 @@ namespace internal { |
class AudioReceiveStream final : public webrtc::AudioReceiveStream { |
public: |
- AudioReceiveStream(RemoteBitrateEstimator* remote_bitrate_estimator, |
+ AudioReceiveStream(CongestionController* congestion_controller, |
const webrtc::AudioReceiveStream::Config& config, |
const rtc::scoped_refptr<webrtc::AudioState>& audio_state); |
~AudioReceiveStream() override; |