| Index: webrtc/p2p/base/faketransportcontroller.h
|
| diff --git a/webrtc/p2p/base/faketransportcontroller.h b/webrtc/p2p/base/faketransportcontroller.h
|
| index 63e8fd31240d6c7385baea98effa1c65cd4ee436..c5e2afea54fdb4e747f5680f88e561547eef03dd 100644
|
| --- a/webrtc/p2p/base/faketransportcontroller.h
|
| +++ b/webrtc/p2p/base/faketransportcontroller.h
|
| @@ -180,7 +180,7 @@ class FakeTransportChannel : public TransportChannelImpl,
|
| void SetReceiving(bool receiving) { set_receiving(receiving); }
|
|
|
| void SetIceConfig(const IceConfig& config) override {
|
| - receiving_timeout_ = config.receiving_timeout_ms;
|
| + receiving_timeout_ = config.receiving_timeout;
|
| gather_continually_ = config.gather_continually;
|
| }
|
|
|
|
|