Index: webrtc/video/video_send_stream.h |
diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h |
index 9617580ddde67e3e04bd15c2a93abbabbf29d9d1..8aba9cd756766b5b464b15ea9d746b86dc8c30b9 100644 |
--- a/webrtc/video/video_send_stream.h |
+++ b/webrtc/video/video_send_stream.h |
@@ -33,7 +33,7 @@ namespace webrtc { |
class BitrateAllocator; |
class CallStats; |
-class CongestionController; |
+class SendSideCongestionController; |
class IvfFileWriter; |
class PacketRouter; |
class ProcessThread; |
@@ -54,7 +54,7 @@ class VideoSendStream : public webrtc::VideoSendStream { |
ProcessThread* module_process_thread, |
rtc::TaskQueue* worker_queue, |
CallStats* call_stats, |
- CongestionController* congestion_controller, |
+ SendSideCongestionController* congestion_controller, |
PacketRouter* packet_router, |
BitrateAllocator* bitrate_allocator, |
SendDelayStats* send_delay_stats, |