Index: webrtc/video/video_send_stream.h |
diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h |
index 2845aedd0e6f39a567639abd82f984cf359d1a6a..34b9d5c890695f04b22b53bc0c8f15da045cc69c 100644 |
--- a/webrtc/video/video_send_stream.h |
+++ b/webrtc/video/video_send_stream.h |
@@ -35,6 +35,7 @@ class BitrateAllocator; |
class CallStats; |
class CongestionController; |
class IvfFileWriter; |
+class PacketRouter; |
class ProcessThread; |
class RtpRtcp; |
class VieRemb; |
@@ -54,6 +55,7 @@ class VideoSendStream : public webrtc::VideoSendStream { |
rtc::TaskQueue* worker_queue, |
CallStats* call_stats, |
CongestionController* congestion_controller, |
+ PacketRouter* packet_router, |
BitrateAllocator* bitrate_allocator, |
SendDelayStats* send_delay_stats, |
VieRemb* remb, |