| Index: ash/wm/overlay_event_filter.h
|
| diff --git a/ash/wm/overlay_event_filter.h b/ash/wm/overlay_event_filter.h
|
| index c46215300426b7ee91813c1be98fc01d87b97774..bcffbe9b804261b5a6bcac77c7f66e7348a6f0c4 100644
|
| --- a/ash/wm/overlay_event_filter.h
|
| +++ b/ash/wm/overlay_event_filter.h
|
| @@ -55,12 +55,12 @@ class ASH_EXPORT OverlayEventFilter : public ui::EventHandler,
|
| bool IsActive();
|
|
|
| // ui::EventHandler overrides:
|
| - virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
| + virtual void OnKeyEvent(ui::KeyEvent* event) override;
|
|
|
| // ShellObserver overrides:
|
| - virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
|
| - virtual void OnAppTerminating() OVERRIDE;
|
| - virtual void OnLockStateChanged(bool locked) OVERRIDE;
|
| + virtual void OnLoginStateChanged(user::LoginStatus status) override;
|
| + virtual void OnAppTerminating() override;
|
| + virtual void OnLockStateChanged(bool locked) override;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(PartialScreenshotViewTest, DontStartOverOverlay);
|
|
|