diff options
author | mostynb <mostynb@opera.com> | 2014-10-03 09:23:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-03 16:24:05 +0000 |
commit | 10d6b38a855066b1400d96d0600c6e2aec42cbf1 (patch) | |
tree | 8df573d9a31973c64cd9c50e9a2a6a6fa5c49e82 /ash/high_contrast | |
parent | 90b32ca95485409ba5646c96a4ec0aa4b6216aee (diff) | |
download | chromium_src-10d6b38a855066b1400d96d0600c6e2aec42cbf1.zip chromium_src-10d6b38a855066b1400d96d0600c6e2aec42cbf1.tar.gz chromium_src-10d6b38a855066b1400d96d0600c6e2aec42cbf1.tar.bz2 |
replace OVERRIDE and FINAL with override and final in ash/
BUG=417463
Review URL: https://codereview.chromium.org/621133002
Cr-Commit-Position: refs/heads/master@{#298040}
Diffstat (limited to 'ash/high_contrast')
-rw-r--r-- | ash/high_contrast/high_contrast_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/high_contrast/high_contrast_controller.h b/ash/high_contrast/high_contrast_controller.h index 10d0b7d..8475217 100644 --- a/ash/high_contrast/high_contrast_controller.h +++ b/ash/high_contrast/high_contrast_controller.h @@ -24,7 +24,7 @@ class ASH_EXPORT HighContrastController : public ShellObserver { void SetEnabled(bool enabled); // ShellObserver: - virtual void OnRootWindowAdded(aura::Window* root_window) OVERRIDE; + virtual void OnRootWindowAdded(aura::Window* root_window) override; private: // Update high contrast mode on the passed display. |