Index: webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h |
index 7890fb72aac62e6d965964e11735bed4f669e335..91a8ac8707b5b19e3275ef8538f82b346cdcca2b 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h |
@@ -34,6 +34,7 @@ class MockRemoteBitrateEstimator : public RemoteBitrateEstimator { |
// From Module. |
MOCK_METHOD0(TimeUntilNextProcess, int64_t()); |
MOCK_METHOD0(Process, int32_t()); |
+ MOCK_METHOD1(SetMinBitrate, void(int)); |
}; |
} // namespace webrtc |