| Index: ash/test/test_activation_delegate.h
|
| diff --git a/ash/test/test_activation_delegate.h b/ash/test/test_activation_delegate.h
|
| index b60354e07d8ff83d222f4c813198c500db9c2c08..7d242c51b01a45878e7cdc6de05bc33f0120ada0 100644
|
| --- a/ash/test/test_activation_delegate.h
|
| +++ b/ash/test/test_activation_delegate.h
|
| @@ -40,12 +40,12 @@ class TestActivationDelegate : public aura::client::ActivationDelegate,
|
| }
|
|
|
| // Overridden from aura::client::ActivationDelegate:
|
| - virtual bool ShouldActivate() const OVERRIDE;
|
| + virtual bool ShouldActivate() const override;
|
|
|
| private:
|
| // Overridden from aura::client::ActivationChangeObserver:
|
| virtual void OnWindowActivated(aura::Window* gained_active,
|
| - aura::Window* lost_active) OVERRIDE;
|
| + aura::Window* lost_active) override;
|
|
|
| aura::Window* window_;
|
| bool window_was_active_;
|
|
|