| Index: webrtc/api/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| index 89b77bbc884b34950b83fc78ea45b050690fadb4..970f967cb8da595197389321cff79269c8577352 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -267,10 +267,10 @@ class WebRtcSession : public AudioProviderInterface,
|
| const RtpParameters& parameters) override;
|
|
|
| // Implements DtmfProviderInterface.
|
| - virtual bool CanInsertDtmf(const std::string& track_id);
|
| - virtual bool InsertDtmf(const std::string& track_id,
|
| - int code, int duration);
|
| - virtual sigslot::signal0<>* GetOnDestroyedSignal();
|
| + bool CanInsertDtmf(const std::string& track_id) override;
|
| + bool InsertDtmf(const std::string& track_id,
|
| + int code, int duration) override;
|
| + sigslot::signal0<>* GetOnDestroyedSignal() override;
|
|
|
| // Implements DataChannelProviderInterface.
|
| bool SendData(const cricket::SendDataParams& params,
|
|
|