| Index: webrtc/p2p/base/dtlstransportchannel.h
|
| diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
|
| index 68bf4c00d2d0a98289d115e7279e201805da8633..2090759aad383ced54516f19c9f690ee85235eb5 100644
|
| --- a/webrtc/p2p/base/dtlstransportchannel.h
|
| +++ b/webrtc/p2p/base/dtlstransportchannel.h
|
| @@ -199,7 +199,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
|
| channel_->OnCandidate(candidate);
|
| }
|
|
|
| - void SetReceivingTimeout(int receiving_timeout_ms) {
|
| + void SetReceivingTimeout(int receiving_timeout_ms) override {
|
| channel_->SetReceivingTimeout(receiving_timeout_ms);
|
| }
|
|
|
|
|