| Index: webrtc/video/video_send_stream.cc
 | 
| diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
 | 
| index 31ba5ee31c0aaa537e51f6ea5f0b13f977748361..7111ab1f08a2e362be497488d9e16cf8374aeb34 100644
 | 
| --- a/webrtc/video/video_send_stream.cc
 | 
| +++ b/webrtc/video/video_send_stream.cc
 | 
| @@ -421,7 +421,7 @@ VideoSendStream::VideoSendStream(
 | 
|    video_sender_->RegisterProtectionCallback(this);
 | 
|  
 | 
|    for (size_t i = 0; i < config_.rtp.extensions.size(); ++i) {
 | 
| -    const std::string& extension = config_.rtp.extensions[i].name;
 | 
| +    const std::string& extension = config_.rtp.extensions[i].uri;
 | 
|      int id = config_.rtp.extensions[i].id;
 | 
|      // One-byte-extension local identifiers are in the range 1-14 inclusive.
 | 
|      RTC_DCHECK_GE(id, 1);
 | 
| 
 |