| 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 96eee96c0f6fe4bf29bbb2a53b29796271c638cf..1369c0159d444ef8a0adecaac144056c40b62896 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| @@ -187,11 +187,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
 | 
|    void SetREMBData(uint32_t bitrate,
 | 
|                     const std::vector<uint32_t>& ssrcs) override;
 | 
|  
 | 
| -  // (IJ) Extended jitter report.
 | 
| -  bool IJ() const override;
 | 
| -
 | 
| -  void SetIJStatus(bool enable) override;
 | 
| -
 | 
|    // (TMMBR) Temporary Max Media Bit Rate.
 | 
|    bool TMMBR() const override;
 | 
|  
 | 
| 
 |