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

Unified Diff: Source/core/accessibility/AXARIAGrid.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 | « no previous file | Source/core/accessibility/AXARIAGridCell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXARIAGrid.h
diff --git a/Source/core/accessibility/AXARIAGrid.h b/Source/core/accessibility/AXARIAGrid.h
index e108151e56fa4a6d28d09b0ed5b8562fb08390da..652512bd093a006612413c141e3b0a908f9f62a8 100644
--- a/Source/core/accessibility/AXARIAGrid.h
+++ b/Source/core/accessibility/AXARIAGrid.h
@@ -37,7 +37,7 @@ namespace WebCore {
class AXTableCell;
class AXTableHeaderContainer;
-class AXARIAGrid : public AXTable {
+class AXARIAGrid FINAL : public AXTable {
private:
explicit AXARIAGrid(RenderObject*);
« no previous file with comments | « no previous file | Source/core/accessibility/AXARIAGridCell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698