| Index: webrtc/audio/audio_send_stream.h
|
| diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
|
| index de1cf82d80883cad6b682b0587287940dfae0d16..05ed3aaeb8cfb7697e0ea8d54a934ea5fb2d2b45 100644
|
| --- a/webrtc/audio/audio_send_stream.h
|
| +++ b/webrtc/audio/audio_send_stream.h
|
| @@ -76,6 +76,7 @@ class AudioSendStream final : public webrtc::AudioSendStream,
|
| std::unique_ptr<voe::ChannelProxy> channel_proxy_;
|
|
|
| BitrateAllocator* const bitrate_allocator_;
|
| + CongestionController* const congestion_controller_;
|
|
|
| RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(AudioSendStream);
|
| };
|
|
|