| Index: ash/sticky_keys/sticky_keys_overlay.cc
|
| diff --git a/ash/sticky_keys/sticky_keys_overlay.cc b/ash/sticky_keys/sticky_keys_overlay.cc
|
| index 5b239f7afb621314e8b95e3527cbfadc5ea61913..9edbec38a7753d028190a248f04c5c7a670d3339 100644
|
| --- a/ash/sticky_keys/sticky_keys_overlay.cc
|
| +++ b/ash/sticky_keys/sticky_keys_overlay.cc
|
| @@ -108,7 +108,7 @@ class StickyKeysOverlayView : public views::WidgetDelegateView {
|
| virtual ~StickyKeysOverlayView();
|
|
|
| // views::WidgetDelegateView overrides:
|
| - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| + virtual void OnPaint(gfx::Canvas* canvas) override;
|
|
|
| void SetKeyState(ui::EventFlags modifier, StickyKeyState state);
|
|
|
|
|