| Index: ash/high_contrast/high_contrast_controller.h
|
| diff --git a/ash/high_contrast/high_contrast_controller.h b/ash/high_contrast/high_contrast_controller.h
|
| index 10d0b7de8222f32e36dbd5881b363b7f339ff498..84752170bc1396a5faef7a34b1032b2549b9294c 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.
|
|
|