| Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| index e8f010c8acedcfb5934e7bece9defa402e331e8b..183755eff3928817546e5929662493716b2c05c6 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h
 | 
| @@ -405,23 +405,6 @@ inline int32_t NullRtpFeedback::OnInitializeDecoder(
 | 
|    return 0;
 | 
|  }
 | 
|  
 | 
| -// Null object version of RtpData.
 | 
| -class NullRtpData : public RtpData {
 | 
| - public:
 | 
| -  ~NullRtpData() override {}
 | 
| -
 | 
| -  int32_t OnReceivedPayloadData(const uint8_t* payload_data,
 | 
| -                                size_t payload_size,
 | 
| -                                const WebRtcRTPHeader* rtp_header) override;
 | 
| -};
 | 
| -
 | 
| -inline int32_t NullRtpData::OnReceivedPayloadData(
 | 
| -    const uint8_t* payload_data,
 | 
| -    size_t payload_size,
 | 
| -    const WebRtcRTPHeader* rtp_header) {
 | 
| -  return 0;
 | 
| -}
 | 
| -
 | 
|  // Statistics about packet loss for a single directional connection. All values
 | 
|  // are totals since the connection initiated.
 | 
|  struct RtpPacketLossStats {
 | 
| 
 |