| Index: webrtc/p2p/base/p2ptransportchannel.cc
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.cc b/webrtc/p2p/base/p2ptransportchannel.cc
|
| index d48d42d8f6442143cea75b105a4e56e80cc7f8bc..952cfab7471e01147b3ca22b6aa4e4d5339fe0fc 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.cc
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.cc
|
| @@ -204,8 +204,10 @@
|
|
|
| P2PTransportChannel::P2PTransportChannel(const std::string& transport_name,
|
| int component,
|
| + P2PTransport* transport,
|
| PortAllocator* allocator)
|
| : TransportChannelImpl(transport_name, component),
|
| + transport_(transport),
|
| allocator_(allocator),
|
| worker_thread_(rtc::Thread::Current()),
|
| incoming_only_(false),
|
|
|