| Index: remoting/protocol/libjingle_transport_factory.cc
|
| diff --git a/remoting/protocol/libjingle_transport_factory.cc b/remoting/protocol/libjingle_transport_factory.cc
|
| index e27b619c9dfe1d28f01dd06ec11c0579309d23ed..7a09d09dfc5d585be51d0cf74839d3819d83fc17 100644
|
| --- a/remoting/protocol/libjingle_transport_factory.cc
|
| +++ b/remoting/protocol/libjingle_transport_factory.cc
|
| @@ -139,7 +139,7 @@ void LibjingleStreamTransport::Connect(
|
| // Create P2PTransportChannel, attach signal handlers and connect it.
|
| // TODO(sergeyu): Specify correct component ID for the channel.
|
| channel_.reset(new cricket::P2PTransportChannel(
|
| - "", 0, NULL, port_allocator_));
|
| + std::string(), 0, NULL, port_allocator_));
|
| channel_->SetIceCredentials(ice_username_fragment_, ice_password_);
|
| channel_->SignalRequestSignaling.connect(
|
| this, &LibjingleStreamTransport::OnRequestSignaling);
|
|
|