| 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 a643c1f10307ff88412c63b17fd304d918582144..83e87f95712d7fedc971273bcea20ba15de093ed 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| @@ -24,7 +24,7 @@ class SendTimeHistory {
|
| SendTimeHistory(Clock* clock, int64_t packet_age_limit);
|
| virtual ~SendTimeHistory();
|
|
|
| - void AddAndRemoveOld(uint16_t sequence_number, size_t length, bool was_paced);
|
| + void AddAndRemoveOld(uint16_t sequence_number, size_t length);
|
| bool OnSentPacket(uint16_t sequence_number, int64_t timestamp);
|
| // Look up PacketInfo for a sent packet, based on the sequence number, and
|
| // populate all fields except for receive_time. The packet parameter must
|
|
|