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

Unified Diff: Source/modules/mediastream/RTCDTMFToneChangeEvent.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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 | « Source/modules/mediastream/RTCDTMFSender.h ('k') | Source/modules/mediastream/RTCDataChannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCDTMFToneChangeEvent.h
diff --git a/Source/modules/mediastream/RTCDTMFToneChangeEvent.h b/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
index f4b0c6d710f7c9eb59c31a7854e63f2d7214ecf2..c93cb18e7cd792f9cbf565cd30b6e9bd338baf8a 100644
--- a/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
+++ b/Source/modules/mediastream/RTCDTMFToneChangeEvent.h
@@ -35,7 +35,7 @@ namespace blink {
class RTCDTMFToneChangeEvent final : public Event {
DEFINE_WRAPPERTYPEINFO();
public:
- virtual ~RTCDTMFToneChangeEvent();
+ ~RTCDTMFToneChangeEvent() override;
static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create();
static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const String& tone);
@@ -43,7 +43,7 @@ public:
const String& tone() const;
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/modules/mediastream/RTCDTMFSender.h ('k') | Source/modules/mediastream/RTCDataChannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698