| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| index b1e478f1f3cd1fc93885989753391e5f41ac86f6..0115b1485f154f410ccce08da12d88bbf4ff209b 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| @@ -77,8 +77,7 @@ void RemoteBitrateEstimatorSingleStream::IncomingPacket(
|
| BweNames type = BweNames::kReceiverTOffset;
|
| if (!header.extension.hasTransmissionTimeOffset)
|
| type = BweNames::kReceiverNoExtension;
|
| - RTC_LOGGED_HISTOGRAM_ENUMERATION(
|
| - kBweTypeHistogram, type, BweNames::kBweNamesMax);
|
| + RTC_HISTOGRAM_ENUMERATION(kBweTypeHistogram, type, BweNames::kBweNamesMax);
|
| uma_recorded_ = true;
|
| }
|
| uint32_t ssrc = header.ssrc;
|
|
|