| Index: ui/views/widget/desktop_aura/desktop_focus_rules.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_focus_rules.h b/ui/views/widget/desktop_aura/desktop_focus_rules.h
|
| index e096e80998df283ad92b62dd61aba811c4f8af5e..a1f32e1e7c0fb4b2cb3a50f5912484c045c3f32b 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_focus_rules.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_focus_rules.h
|
| @@ -16,13 +16,13 @@ class DesktopFocusRules : public wm::BaseFocusRules {
|
|
|
| private:
|
| // Overridden from wm::BaseFocusRules:
|
| - virtual bool CanActivateWindow(aura::Window* window) const OVERRIDE;
|
| - virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE;
|
| + virtual bool CanActivateWindow(aura::Window* window) const override;
|
| + virtual bool SupportsChildActivation(aura::Window* window) const override;
|
| virtual bool IsWindowConsideredVisibleForActivation(
|
| - aura::Window* window) const OVERRIDE;
|
| - virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE;
|
| + aura::Window* window) const override;
|
| + virtual aura::Window* GetToplevelWindow(aura::Window* window) const override;
|
| virtual aura::Window* GetNextActivatableWindow(
|
| - aura::Window* window) const OVERRIDE;
|
| + aura::Window* window) const override;
|
|
|
| // The content window. This is an activatable window even though it is a
|
| // child.
|
|
|