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

Unified Diff: webkit/tools/test_shell/accessibility_ui_element.h

Issue 8539047: Add OVERRIDE to webkit/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 1 month 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 | « webkit/support/test_webplugin_page_delegate.h ('k') | webkit/tools/test_shell/simple_file_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/accessibility_ui_element.h
diff --git a/webkit/tools/test_shell/accessibility_ui_element.h b/webkit/tools/test_shell/accessibility_ui_element.h
index 7786424fb12ecbf78e4995dffa3a7566940b85b8..630464da620b74031434098dcb8ef59017b022a7 100644
--- a/webkit/tools/test_shell/accessibility_ui_element.h
+++ b/webkit/tools/test_shell/accessibility_ui_element.h
@@ -114,8 +114,8 @@ class RootAccessibilityUIElement : public AccessibilityUIElement {
Factory* factory);
virtual ~RootAccessibilityUIElement();
- virtual AccessibilityUIElement* GetChildAtIndex(unsigned index);
- virtual bool IsRoot() const;
+ virtual AccessibilityUIElement* GetChildAtIndex(unsigned index) OVERRIDE;
+ virtual bool IsRoot() const OVERRIDE;
};
@@ -129,7 +129,7 @@ class AccessibilityUIElementList : public AccessibilityUIElement::Factory {
void Clear();
virtual AccessibilityUIElement* Create(
- const WebKit::WebAccessibilityObject& object);
+ const WebKit::WebAccessibilityObject& object) OVERRIDE;
AccessibilityUIElement* CreateRoot(
const WebKit::WebAccessibilityObject& object);
« no previous file with comments | « webkit/support/test_webplugin_page_delegate.h ('k') | webkit/tools/test_shell/simple_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698