| Index: webrtc/modules/congestion_controller/delay_based_bwe.cc
|
| diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.cc b/webrtc/modules/congestion_controller/delay_based_bwe.cc
|
| index fb914828dc53742e1b0250f069ea0e20d62329d3..8c999ceff38cfc965e6d3feee2a984d9f1ba482d 100644
|
| --- a/webrtc/modules/congestion_controller/delay_based_bwe.cc
|
| +++ b/webrtc/modules/congestion_controller/delay_based_bwe.cc
|
| @@ -357,7 +357,7 @@ DelayBasedBwe::Result DelayBasedBwe::IncomingPacketInfo(
|
| }
|
|
|
| int probing_bps = 0;
|
| - if (info.probe_cluster_id != PacketInfo::kNotAProbe) {
|
| + if (info.probe_cluster_id != PacedPacketInfo::kNotAProbe) {
|
| probing_bps = probe_bitrate_estimator_.HandleProbeAndEstimateBitrate(info);
|
| }
|
| rtc::Optional<uint32_t> acked_bitrate_bps =
|
|
|