| Index: webrtc/audio/audio_send_stream.h
|
| diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
|
| index af0513ccf776fd5513f7b10ca17bb0960d1d2ec4..138f4fca7b7a9a161f438fd93c2174ff4ecd245c 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 PacketRouter;
|
|
|
| namespace voe {
|
| class ChannelProxy;
|
| @@ -35,6 +36,7 @@ class AudioSendStream final : public webrtc::AudioSendStream,
|
| AudioSendStream(const webrtc::AudioSendStream::Config& config,
|
| const rtc::scoped_refptr<webrtc::AudioState>& audio_state,
|
| rtc::TaskQueue* worker_queue,
|
| + PacketRouter* packet_router,
|
| CongestionController* congestion_controller,
|
| BitrateAllocator* bitrate_allocator,
|
| RtcEventLog* event_log);
|
|
|