Index: webrtc/video/send_statistics_proxy.cc |
diff --git a/webrtc/video/send_statistics_proxy.cc b/webrtc/video/send_statistics_proxy.cc |
index 039e039354cff415c9484c8742f6babe78b0e565..be58e3ed3d8b687c7597fb38761c492e454d714a 100644 |
--- a/webrtc/video/send_statistics_proxy.cc |
+++ b/webrtc/video/send_statistics_proxy.cc |
@@ -329,7 +329,7 @@ void SendStatisticsProxy::UmaSamplesContainer::UpdateHistograms( |
static_cast<int>(rtx.transmitted.TotalBytes() * 8 / elapsed_sec / |
1000)); |
} |
- if (rtp_config.fec.red_payload_type != -1) { |
+ if (rtp_config.ulpfec.red_payload_type != -1) { |
RTC_HISTOGRAMS_COUNTS_10000(kIndex, |
uma_prefix_ + "FecBitrateSentInKbps", |
static_cast<int>(rtp_rtx.fec.TotalBytes() * |