Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: webrtc/p2p/base/dtlstransportchannel.h

Issue 1302403007: Use of override keyword to fix chromium trybot (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/p2p/base/transportchannelproxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | webrtc/p2p/base/transportchannelproxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698