Index: webrtc/call/flexfec_receive_stream.h |
diff --git a/webrtc/call/flexfec_receive_stream.h b/webrtc/call/flexfec_receive_stream.h |
index 83b212bad6a6b84c53715d6463195cb4dd7355a1..20a57f2c150d4e90e919b4f9a6555568e154678f 100644 |
--- a/webrtc/call/flexfec_receive_stream.h |
+++ b/webrtc/call/flexfec_receive_stream.h |
@@ -59,7 +59,7 @@ class FlexfecReceiveStream { |
bool transport_cc = false; |
// RTP header extensions that have been negotiated for this track. |
- std::vector<RtpExtension> extensions; |
+ std::vector<RtpExtension> rtp_header_extensions; |
}; |
// Starts stream activity. |