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

Unified Diff: content/browser/accessibility/browser_accessibility_android.h

Issue 634533003: Replace OVERRIDE and FINAL with override and final in content/browser/accessibility/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « no previous file | content/browser/accessibility/browser_accessibility_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_android.h
diff --git a/content/browser/accessibility/browser_accessibility_android.h b/content/browser/accessibility/browser_accessibility_android.h
index 5accd9e454eb5d3f96e4601e8cef4080b5af629e..6453b85c4b67e3b822644ba4b2782d2807431b0e 100644
--- a/content/browser/accessibility/browser_accessibility_android.h
+++ b/content/browser/accessibility/browser_accessibility_android.h
@@ -13,11 +13,11 @@ namespace content {
class BrowserAccessibilityAndroid : public BrowserAccessibility {
public:
// Overrides from BrowserAccessibility.
- virtual void OnDataChanged() OVERRIDE;
- virtual bool IsNative() const OVERRIDE;
- virtual void OnLocationChanged() OVERRIDE;
+ virtual void OnDataChanged() override;
+ virtual bool IsNative() const override;
+ virtual void OnLocationChanged() override;
- virtual bool PlatformIsLeaf() const OVERRIDE;
+ virtual bool PlatformIsLeaf() const override;
bool IsCheckable() const;
bool IsChecked() const;
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698