| Index: webrtc/audio/audio_send_stream.h
|
| diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
|
| index 88304fd70216a4f0875a59e1052c4ec25b465f9f..8b96350590b90cf5e659d5d805cf6be62573130f 100644
|
| --- a/webrtc/audio/audio_send_stream.h
|
| +++ b/webrtc/audio/audio_send_stream.h
|
| @@ -17,6 +17,7 @@
|
| #include "webrtc/base/scoped_ptr.h"
|
|
|
| namespace webrtc {
|
| +class CongestionController;
|
| class VoiceEngine;
|
|
|
| namespace voe {
|
| @@ -27,7 +28,8 @@ namespace internal {
|
| class AudioSendStream final : public webrtc::AudioSendStream {
|
| public:
|
| AudioSendStream(const webrtc::AudioSendStream::Config& config,
|
| - const rtc::scoped_refptr<webrtc::AudioState>& audio_state);
|
| + const rtc::scoped_refptr<webrtc::AudioState>& audio_state,
|
| + CongestionController* congestion_controller);
|
| ~AudioSendStream() override;
|
|
|
| // webrtc::SendStream implementation.
|
|
|