| Index: webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
|
| diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc b/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
|
| index c69bd1a429da5b0eb3e867644d4eaf5b97706cf1..b9307e20b4fe5466d49b4d3f3a83d59d8ccd11f9 100644
|
| --- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
|
| +++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc
|
| @@ -38,7 +38,7 @@ ProbeBitrateEstimator::ProbeBitrateEstimator() {}
|
|
|
| int ProbeBitrateEstimator::HandleProbeAndEstimateBitrate(
|
| const PacketInfo& packet_info) {
|
| - RTC_DCHECK_NE(packet_info.probe_cluster_id, PacketInfo::kNotAProbe);
|
| + RTC_DCHECK_NE(packet_info.probe_cluster_id, PacedPacketInfo::kNotAProbe);
|
|
|
| EraseOldClusters(packet_info.arrival_time_ms - kMaxClusterHistoryMs);
|
|
|
|
|