| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| index 04e09c12178c6c267c998d1fe73815192b7453af..82e2837bbb15c4fea6387b3e2eec8a1542840148 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| @@ -93,7 +93,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
 | 
|  
 | 
|    void SetRtxSendPayloadType(int payload_type,
 | 
|                               int associated_payload_type) override;
 | 
| -  std::pair<int, int> RtxSendPayloadType() const override;
 | 
|  
 | 
|    // Sends kRtcpByeCode when going from true to false.
 | 
|    int32_t SetSendingStatus(bool sending) override;
 | 
| 
 |