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