Index: webrtc/api/webrtcsession.h |
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h |
index 89b77bbc884b34950b83fc78ea45b050690fadb4..9f73adf03472ead45297f6f1d92253670b742962 100644 |
--- a/webrtc/api/webrtcsession.h |
+++ b/webrtc/api/webrtcsession.h |
@@ -140,6 +140,7 @@ class WebRtcSession : public AudioProviderInterface, |
WebRtcSession(webrtc::MediaControllerInterface* media_controller, |
rtc::Thread* signaling_thread, |
rtc::Thread* worker_thread, |
+ rtc::Thread* network_thread, |
cricket::PortAllocator* port_allocator); |
virtual ~WebRtcSession(); |
@@ -465,7 +466,7 @@ class WebRtcSession : public AudioProviderInterface, |
void ReportNegotiatedCiphers(const cricket::TransportStats& stats); |
- void OnSentPacket_w(cricket::TransportChannel* channel, |
+ void OnSentPacket_n(cricket::TransportChannel* channel, |
const rtc::SentPacket& sent_packet); |
rtc::Thread* const signaling_thread_; |