| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index 5405a9c0c7ad1a5b59f05e1cdaa28bf6bb936bba..b8ad5e23bc29b7d002e57e6c2c3a91841c2cc88d 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -87,7 +87,7 @@ class P2PTransportChannel : public TransportChannelImpl,
|
|
|
| // Sets the receiving timeout in milliseconds.
|
| // This also sets the check_receiving_delay proportionally.
|
| - void set_receiving_timeout(int receiving_timeout_ms);
|
| + void SetReceivingTimeout(int receiving_timeout_ms) override;
|
|
|
| // Note: This is only for testing purpose.
|
| // |ports_| should not be changed from outside.
|
|
|