Chromium Code Reviews| Index: content/renderer/p2p/p2p_transport_impl.cc |
| =================================================================== |
| --- content/renderer/p2p/p2p_transport_impl.cc (revision 146359) |
| +++ content/renderer/p2p/p2p_transport_impl.cc (working copy) |
| @@ -76,7 +76,7 @@ |
| } |
| DCHECK(!channel_.get()); |
| - channel_.reset(new cricket::P2PTransportChannel( |
| + channel_.reset(new cricket::P2PTransportChannel("", |
|
Sergey Ulanov
2012/07/13 21:06:24
move the new parameter to the next line.
Ronghua Wu (Left Chromium)
2012/07/14 00:06:41
Done.
|
| 0, NULL, allocator_.get())); |
| channel_->SetIceUfrag( |
| talk_base::CreateRandomString(cricket::ICE_UFRAG_LENGTH)); |