diff options
Diffstat (limited to 'remoting/protocol/libjingle_transport_factory.cc')
-rw-r--r-- | remoting/protocol/libjingle_transport_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/libjingle_transport_factory.cc b/remoting/protocol/libjingle_transport_factory.cc index 7a09d09..e27b619 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( - std::string(), 0, NULL, port_allocator_)); + "", 0, NULL, port_allocator_)); channel_->SetIceCredentials(ice_username_fragment_, ice_password_); channel_->SignalRequestSignaling.connect( this, &LibjingleStreamTransport::OnRequestSignaling); |