Index: webrtc/modules/remote_bitrate_estimator/include/send_time_history.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h |
index c0cf14415cb1d4939385dfc094c16f07bd328dac..2e7259df28df17a2420eb2355aacd7940338a01a 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h |
@@ -31,7 +31,7 @@ class SendTimeHistory { |
// Cleanup old entries, then add new packet info with provided parameters. |
void AddAndRemoveOld(uint16_t sequence_number, |
size_t payload_size, |
- int probe_cluster_id); |
+ const PacedPacketInfo& pacing_info); |
// Updates packet info identified by |sequence_number| with |send_time_ms|. |
// Return false if not found. |