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

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

Issue 126793004: Update HTML classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/core/html/LabelsNodeList.h ('k') | Source/core/html/MediaController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LinkImport.h
diff --git a/Source/core/html/LinkImport.h b/Source/core/html/LinkImport.h
index 7373c971217e7c7743caec960d9a917fb81e1c49..ecd3f75ce216c313a7f9b6c6ae8ebf570a0a6c9f 100644
--- a/Source/core/html/LinkImport.h
+++ b/Source/core/html/LinkImport.h
@@ -45,7 +45,7 @@ class HTMLImportChild;
//
// A LinkResource subclasss used for @rel=import.
//
-class LinkImport : public LinkResource, public HTMLImportChildClient {
+class LinkImport FINAL : public LinkResource, public HTMLImportChildClient {
WTF_MAKE_FAST_ALLOCATED;
public:
« no previous file with comments | « Source/core/html/LabelsNodeList.h ('k') | Source/core/html/MediaController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698