Chromium Code Reviews| Index: webrtc/p2p/client/fakeportallocator.h |
| diff --git a/webrtc/p2p/client/fakeportallocator.h b/webrtc/p2p/client/fakeportallocator.h |
| index 89093cf4d5cb62cb92a51e8a1dae0a5384917d60..bd8532144f022c3ea221dfe71ca52d608e673d85 100644 |
| --- a/webrtc/p2p/client/fakeportallocator.h |
| +++ b/webrtc/p2p/client/fakeportallocator.h |
| @@ -53,7 +53,8 @@ class FakePortAllocatorSession : public PortAllocatorSession { |
| 0, |
| username(), |
| password(), |
| - std::string())); |
| + std::string(), |
| + false)); |
| AddPort(port_.get()); |
| } |
| ++port_config_count_; |