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

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

Issue 135653002: Update modules classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove change to web/ Created 6 years, 11 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/RTCDataChannelEvent.h ('k') | Source/modules/mediastream/RTCPeerConnection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCIceCandidateEvent.h
diff --git a/Source/modules/mediastream/RTCIceCandidateEvent.h b/Source/modules/mediastream/RTCIceCandidateEvent.h
index be7eab7d5c3642503ac8dff06fcf5b6c10e28beb..5129ec7aee84346fca39d30dee87402f10dbb722 100644
--- a/Source/modules/mediastream/RTCIceCandidateEvent.h
+++ b/Source/modules/mediastream/RTCIceCandidateEvent.h
@@ -31,7 +31,7 @@
namespace WebCore {
class RTCIceCandidate;
-class RTCIceCandidateEvent : public Event {
+class RTCIceCandidateEvent FINAL : public Event {
public:
virtual ~RTCIceCandidateEvent();
@@ -40,7 +40,7 @@ public:
RTCIceCandidate* candidate() const;
- virtual const AtomicString& interfaceName() const;
+ virtual const AtomicString& interfaceName() const OVERRIDE;
private:
RTCIceCandidateEvent();
« no previous file with comments | « Source/modules/mediastream/RTCDataChannelEvent.h ('k') | Source/modules/mediastream/RTCPeerConnection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698