| Index: webrtc/modules/rtp_rtcp/source/rtp_packet.h
 | 
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet.h b/webrtc/modules/rtp_rtcp/source/rtp_packet.h
 | 
| index 3c02125e082bfbce2921bd6057f9f4bcc74d9bdc..2b3d38ec49f0310dcea3b639996c265b018bf479 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/source/rtp_packet.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_packet.h
 | 
| @@ -31,7 +31,6 @@
 | 
|  
 | 
|    // Parse and copy given buffer into Packet.
 | 
|    bool Parse(const uint8_t* buffer, size_t size);
 | 
| -  bool Parse(rtc::ArrayView<const uint8_t> packet);
 | 
|  
 | 
|    // Parse and move given buffer into Packet.
 | 
|    bool Parse(rtc::CopyOnWriteBuffer packet);
 | 
| 
 |