| 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 482cfb09d4115e810dc439190f774e02270ff9f6..c89de9b0ff6d177c2459fbdbbb522f57d35a6c03 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
 | 
| @@ -277,13 +277,9 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
 | 
|    // Send a request for a keyframe.
 | 
|    int32_t RequestKeyFrame() override;
 | 
|  
 | 
| -  void SetGenericFECStatus(bool enable,
 | 
| -                           uint8_t payload_type_red,
 | 
| -                           uint8_t payload_type_fec) override;
 | 
| -
 | 
| -  void GenericFECStatus(bool* enable,
 | 
| -                        uint8_t* payload_type_red,
 | 
| -                        uint8_t* payload_type_fec) override;
 | 
| +  void SetUlpfecConfig(bool enabled,
 | 
| +                       int red_payload_type,
 | 
| +                       int ulpfec_payload_type) override;
 | 
|  
 | 
|    int32_t SetFecParameters(const FecProtectionParams* delta_params,
 | 
|                             const FecProtectionParams* key_params) override;
 | 
| 
 |