| Index: ui/wm/core/default_activation_client.cc
|
| diff --git a/ui/wm/core/default_activation_client.cc b/ui/wm/core/default_activation_client.cc
|
| index 94af0a54f59a476047348bd3f958344496debf90..d6383d6d08dc9fed6be69386d0c6a2c57d275fda 100644
|
| --- a/ui/wm/core/default_activation_client.cc
|
| +++ b/ui/wm/core/default_activation_client.cc
|
| @@ -23,7 +23,7 @@ class DefaultActivationClient::Deleter : public aura::WindowObserver {
|
| virtual ~Deleter() {}
|
|
|
| // Overridden from WindowObserver:
|
| - virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {
|
| + virtual void OnWindowDestroyed(aura::Window* window) override {
|
| DCHECK_EQ(window, root_window_);
|
| root_window_->RemoveObserver(this);
|
| delete client_;
|
|
|