| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| index 338c4d8e4d38f8d95da4fddf665247a70c301c02..7a53fa62e7d8e58f523cb75e4e94ed271d021293 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| @@ -113,7 +113,7 @@ void SendSideBweSender::OnPacketsSent(const Packets& packets) {
|
| // to create tests for probing using cluster ids.
|
| PacketFeedback packet_feedback(
|
| clock_->TimeInMilliseconds(), media_packet->header().sequenceNumber,
|
| - media_packet->payload_size(), 0, 0, PacedPacketInfo());
|
| + media_packet->payload_size(), 0, 0, 0, 0, PacedPacketInfo());
|
| send_time_history_.AddAndRemoveOld(packet_feedback);
|
| send_time_history_.OnSentPacket(media_packet->header().sequenceNumber,
|
| media_packet->sender_timestamp_ms());
|
|
|