| 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 0203a910d8e1d9da3626deee9ce64bb7fe40496e..83b01c619e46509bdf416ab6f94dbc05c490c906 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| @@ -112,7 +112,7 @@ void SendSideBweSender::OnPacketsSent(const Packets& packets) {
|
| // to create tests for probing using cluster ids.
|
| send_time_history_.AddAndRemoveOld(media_packet->header().sequenceNumber,
|
| media_packet->payload_size(),
|
| - PacketInfo::kNotAProbe);
|
| + PacedPacketInfo::kNotAProbe);
|
| send_time_history_.OnSentPacket(media_packet->header().sequenceNumber,
|
| media_packet->sender_timestamp_ms());
|
| }
|
|
|