| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
|
| index bcd360d88ab34c7ac8fd939069e61c70e8c6e321..786223fb3f66ff279d50aba29957457054a309fe 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
|
| @@ -239,9 +239,8 @@ void RemoteBitrateEstimatorAbsSendTime::IncomingPacketInfo(
|
| uint32_t ssrc) {
|
| RTC_CHECK(send_time_24bits < (1ul << 24));
|
| if (!uma_recorded_) {
|
| - RTC_LOGGED_HISTOGRAM_ENUMERATION(kBweTypeHistogram,
|
| - BweNames::kReceiverAbsSendTime,
|
| - BweNames::kBweNamesMax);
|
| + RTC_HISTOGRAM_ENUMERATION(kBweTypeHistogram, BweNames::kReceiverAbsSendTime,
|
| + BweNames::kBweNamesMax);
|
| uma_recorded_ = true;
|
| }
|
| // Shift up send time to use the full 32 bits that inter_arrival works with,
|
|
|