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

Unified Diff: Source/core/accessibility/AXMenuListOption.h

Issue 131093003: Update accessibility classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/accessibility/AXMenuList.h ('k') | Source/core/accessibility/AXMenuListPopup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXMenuListOption.h
diff --git a/Source/core/accessibility/AXMenuListOption.h b/Source/core/accessibility/AXMenuListOption.h
index 8c20d8d30678f49eef210cde72708529aef4018c..1faaca4266d6cac4bde0a5fa7fd8c7fc3fb02b58 100644
--- a/Source/core/accessibility/AXMenuListOption.h
+++ b/Source/core/accessibility/AXMenuListOption.h
@@ -33,7 +33,7 @@ namespace WebCore {
class AXMenuListPopup;
class HTMLElement;
-class AXMenuListOption : public AXMockObject {
+class AXMenuListOption FINAL : public AXMockObject {
public:
static PassRefPtr<AXMenuListOption> create() { return adoptRef(new AXMenuListOption); }
« no previous file with comments | « Source/core/accessibility/AXMenuList.h ('k') | Source/core/accessibility/AXMenuListPopup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698