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

Unified Diff: Source/core/html/MediaError.h

Issue 635793002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/core/html/MediaDocument.cpp ('k') | Source/core/html/MediaFragmentURIParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaError.h
diff --git a/Source/core/html/MediaError.h b/Source/core/html/MediaError.h
index 3659240534cdfffda9eb4d1dedd2aa5ba26c6789..6da91ac6405c63a107566b5182855f5c1fb7562f 100644
--- a/Source/core/html/MediaError.h
+++ b/Source/core/html/MediaError.h
@@ -32,7 +32,7 @@
namespace blink {
-class MediaError FINAL : public RefCountedWillBeGarbageCollectedFinalized<MediaError>, public ScriptWrappable {
+class MediaError final : public RefCountedWillBeGarbageCollectedFinalized<MediaError>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
enum Code {
« no previous file with comments | « Source/core/html/MediaDocument.cpp ('k') | Source/core/html/MediaFragmentURIParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698