| Index: webrtc/p2p/base/transportchannelproxy.h
|
| diff --git a/webrtc/p2p/base/transportchannelproxy.h b/webrtc/p2p/base/transportchannelproxy.h
|
| index 3d55d10694ffff10e190724c6b19ca155510bf92..e39398abe850ca563e355ad07760592a7106ae1d 100644
|
| --- a/webrtc/p2p/base/transportchannelproxy.h
|
| +++ b/webrtc/p2p/base/transportchannelproxy.h
|
| @@ -79,7 +79,7 @@ class TransportChannelProxy : public TransportChannel,
|
| void OnReadyToSend(TransportChannel* channel);
|
| void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
|
|
|
| - void OnMessage(rtc::Message* message);
|
| + void OnMessage(rtc::Message* message) override;
|
|
|
| typedef std::pair<rtc::Socket::Option, int> OptionPair;
|
| typedef std::vector<OptionPair> OptionList;
|
|
|