summaryrefslogtreecommitdiffstats
path: root/ash/high_contrast/high_contrast_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/high_contrast/high_contrast_controller.h')
-rw-r--r--ash/high_contrast/high_contrast_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/high_contrast/high_contrast_controller.h b/ash/high_contrast/high_contrast_controller.h
index 8475217..313aa05 100644
--- a/ash/high_contrast/high_contrast_controller.h
+++ b/ash/high_contrast/high_contrast_controller.h
@@ -18,13 +18,13 @@ namespace ash {
class ASH_EXPORT HighContrastController : public ShellObserver {
public:
HighContrastController();
- virtual ~HighContrastController();
+ ~HighContrastController() override;
// Set high contrast mode and update all available displays.
void SetEnabled(bool enabled);
// ShellObserver:
- virtual void OnRootWindowAdded(aura::Window* root_window) override;
+ void OnRootWindowAdded(aura::Window* root_window) override;
private:
// Update high contrast mode on the passed display.