Index: webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h |
diff --git a/webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h b/webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h |
index 9fb422634d01ee23283556c2f408d3448f7b0ad7..128d64ea983273f5234ce9b900fc3d0decdaf74e 100644 |
--- a/webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/mock/mock_congestion_controller.h |
@@ -21,11 +21,10 @@ |
class MockCongestionObserver : public CongestionController::Observer { |
public: |
- MOCK_METHOD4(OnNetworkChanged, |
+ MOCK_METHOD3(OnNetworkChanged, |
void(uint32_t bitrate_bps, |
uint8_t fraction_loss, |
- int64_t rtt_ms, |
- int64_t probing_interval_ms)); |
+ int64_t rtt_ms)); |
}; |
class MockCongestionController : public CongestionController { |