| Index: webrtc/api/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| index 76af6c7c3d2669830665c77731d3dfd0e661651d..3a471a7e23a3868889391dcddfac756e828be0b2 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -141,7 +141,8 @@ class WebRtcSession : public AudioProviderInterface,
|
| rtc::Thread* network_thread,
|
| rtc::Thread* worker_thread,
|
| rtc::Thread* signaling_thread,
|
| - cricket::PortAllocator* port_allocator);
|
| + cricket::PortAllocator* port_allocator,
|
| + cricket::TransportController* transport_controller);
|
| virtual ~WebRtcSession();
|
|
|
| // These are const to allow them to be called from const methods.
|
|
|