| Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
 | 
| diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
 | 
| index 9fa3959c906128a81596a7fc8f97e9a269167bbc..cbf953db0fd97a4bc8fecd7831d323ccbfa65b04 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
 | 
| @@ -453,15 +453,10 @@ class RtpRtcp : public Module {
 | 
|    // Video
 | 
|    // **************************************************************************
 | 
|  
 | 
| -  // Turn on/off generic FEC.
 | 
| -  virtual void SetGenericFECStatus(bool enable,
 | 
| -                                   uint8_t payload_type_red,
 | 
| -                                   uint8_t payload_type_fec) = 0;
 | 
| -
 | 
| -  // Get generic FEC setting.
 | 
| -  virtual void GenericFECStatus(bool* enable,
 | 
| -                                uint8_t* payload_type_red,
 | 
| -                                uint8_t* payload_type_fec) = 0;
 | 
| +  // Turn on/off ULPFEC.
 | 
| +  virtual void SetUlpfecConfig(bool enabled,
 | 
| +                               int red_payload_type,
 | 
| +                               int ulpfec_payload_type) = 0;
 | 
|  
 | 
|    virtual int32_t SetFecParameters(const FecProtectionParams* delta_params,
 | 
|                                     const FecProtectionParams* key_params) = 0;
 | 
| 
 |