| Index: ash/wm/mru_window_tracker.h
|
| diff --git a/ash/wm/mru_window_tracker.h b/ash/wm/mru_window_tracker.h
|
| index 1569a98841d71be8c442650e734212e4e505168b..3f8740d47c0873b7c304b79b260e6502e705b9ae 100644
|
| --- a/ash/wm/mru_window_tracker.h
|
| +++ b/ash/wm/mru_window_tracker.h
|
| @@ -71,7 +71,7 @@ class ASH_EXPORT MruWindowTracker
|
| aura::Window* lost_active) OVERRIDE;
|
|
|
| // Overridden from WindowObserver:
|
| - virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
|
| + virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
|
|
|
| // List of windows that have been activated in containers that we cycle
|
| // through, sorted by most recently used.
|
|
|