| Index: webrtc/api/webrtcsession.h | 
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h | 
| index 970f967cb8da595197389321cff79269c8577352..1408b22644a0d16abdb3662fb86d4c98e0080db5 100644 | 
| --- a/webrtc/api/webrtcsession.h | 
| +++ b/webrtc/api/webrtcsession.h | 
| @@ -465,8 +465,7 @@ class WebRtcSession : public AudioProviderInterface, | 
|  | 
| void ReportNegotiatedCiphers(const cricket::TransportStats& stats); | 
|  | 
| -  void OnSentPacket_w(cricket::TransportChannel* channel, | 
| -                      const rtc::SentPacket& sent_packet); | 
| +  void OnSentPacket_w(const rtc::SentPacket& sent_packet); | 
|  | 
| rtc::Thread* const signaling_thread_; | 
| rtc::Thread* const worker_thread_; | 
|  |