Index: webrtc/call/mock/mock_congestion_controller.h |
diff --git a/webrtc/call/mock/mock_congestion_controller.h b/webrtc/call/mock/mock_congestion_controller.h |
index 1eb7e93017cdf449f2013e60e6770e7e7f39cb0b..b362d04afb4838f8cb96d1260c2071d8ad3cadc5 100644 |
--- a/webrtc/call/mock/mock_congestion_controller.h |
+++ b/webrtc/call/mock/mock_congestion_controller.h |
@@ -21,13 +21,9 @@ namespace test { |
class MockCongestionController : public CongestionController { |
public: |
MockCongestionController(Clock* clock, |
- ProcessThread* process_thread, |
- CallStats* call_stats, |
BitrateObserver* bitrate_observer, |
RemoteBitrateObserver* remote_bitrate_observer) |
: CongestionController(clock, |
- process_thread, |
- call_stats, |
bitrate_observer, |
remote_bitrate_observer) {} |
MOCK_METHOD3(SetBweBitrates, |