| Index: video/receive_statistics_proxy.cc | 
| diff --git a/video/receive_statistics_proxy.cc b/video/receive_statistics_proxy.cc | 
| index b19ec2075d7314edbbc36cbc194bbf9f95b54165..b7977380ee82ff3433cb1d7f4ce24250fd7d80fb 100644 | 
| --- a/video/receive_statistics_proxy.cc | 
| +++ b/video/receive_statistics_proxy.cc | 
| @@ -366,7 +366,7 @@ void ReceiveStatisticsProxy::UpdateHistograms() { | 
| static_cast<int>(rtx.transmitted.TotalBytes() * | 
| 8 / elapsed_sec / 1000)); | 
| } | 
| -    if (config_.rtp.ulpfec.ulpfec_payload_type != -1) { | 
| +    if (config_.rtp.ulpfec_payload_type != -1) { | 
| RTC_HISTOGRAM_COUNTS_10000( | 
| "WebRTC.Video.FecBitrateReceivedInKbps", | 
| static_cast<int>(rtp_rtx.fec.TotalBytes() * 8 / elapsed_sec / 1000)); | 
|  |