| Index: call/flexfec_receive_stream.h | 
| diff --git a/call/flexfec_receive_stream.h b/call/flexfec_receive_stream.h | 
| index a0b7a11d3a42a0b12d2760c853ed83a406eccc34..a10b49ecf681774fb173aff5f6f557fed1b53218 100644 | 
| --- a/call/flexfec_receive_stream.h | 
| +++ b/call/flexfec_receive_stream.h | 
| @@ -72,9 +72,6 @@ class FlexfecReceiveStream : public RtpPacketSinkInterface { | 
| // |transport_cc| is true whenever the send-side BWE RTCP feedback message | 
| // has been negotiated. This is a prerequisite for enabling send-side BWE. | 
| bool transport_cc = false; | 
| - | 
| -    // RTP header extensions that have been negotiated for this track. | 
| -    std::vector<RtpExtension> rtp_header_extensions; | 
| }; | 
|  | 
| virtual Stats GetStats() const = 0; | 
|  |