Index: webrtc/video/send_statistics_proxy_unittest.cc |
diff --git a/webrtc/video/send_statistics_proxy_unittest.cc b/webrtc/video/send_statistics_proxy_unittest.cc |
index 46a984b4148eb95076105a46c4926b1ce9a666cf..73e98cffb795e3182fd6c2c8030111261ed91b96 100644 |
--- a/webrtc/video/send_statistics_proxy_unittest.cc |
+++ b/webrtc/video/send_statistics_proxy_unittest.cc |
@@ -57,7 +57,7 @@ class SendStatisticsProxyTest : public ::testing::Test { |
config.rtp.ssrcs.push_back(kSecondSsrc); |
config.rtp.rtx.ssrcs.push_back(kFirstRtxSsrc); |
config.rtp.rtx.ssrcs.push_back(kSecondRtxSsrc); |
- config.rtp.fec.red_payload_type = 17; |
+ config.rtp.ulpfec.red_payload_type = 17; |
return config; |
} |