| Index: ash/test/test_activation_delegate.h
|
| diff --git a/ash/test/test_activation_delegate.h b/ash/test/test_activation_delegate.h
|
| index 7d242c51b01a45878e7cdc6de05bc33f0120ada0..702e4f98c0c0bec2c1ffee55d623f312864e75d9 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;
|
| + bool ShouldActivate() const override;
|
|
|
| private:
|
| // Overridden from aura::client::ActivationChangeObserver:
|
| - virtual void OnWindowActivated(aura::Window* gained_active,
|
| - aura::Window* lost_active) override;
|
| + void OnWindowActivated(aura::Window* gained_active,
|
| + aura::Window* lost_active) override;
|
|
|
| aura::Window* window_;
|
| bool window_was_active_;
|
|
|