| Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
 | 
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
 | 
| index 083ce781aecf980dfd0876baf4f54cc9e82b91b6..e0195f1758de681829944ea34c9550e9f1bb3859 100644
 | 
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
 | 
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
 | 
| @@ -73,8 +73,7 @@ public:
 | 
|     ModuleRtpRtcpImpl* module;
 | 
|   };
 | 
|  
 | 
| - RTCPSender(int32_t id,
 | 
| -            bool audio,
 | 
| + RTCPSender(bool audio,
 | 
|              Clock* clock,
 | 
|              ReceiveStatistics* receive_statistics,
 | 
|              RtcpPacketTypeCounterObserver* packet_type_counter_observer);
 | 
| @@ -227,7 +226,6 @@ private:
 | 
|       EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
 | 
|  
 | 
|  private:
 | 
| - const int32_t id_;
 | 
|   const bool audio_;
 | 
|   Clock* const clock_;
 | 
|   RTCPMethod method_ GUARDED_BY(critical_section_rtcp_sender_);
 | 
| 
 |