Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / wm / mru_window_tracker.h
index 78a42c3..6f6dd5f 100644 (file)
@@ -34,7 +34,7 @@ class ASH_EXPORT MruWindowTracker
 
   explicit MruWindowTracker(
       aura::client::ActivationClient* activation_client);
-  virtual ~MruWindowTracker();
+  ~MruWindowTracker() override;
 
   // Returns the set of windows which can be cycled through. This method creates
   // the vector based on the current set of windows across all valid root
@@ -61,11 +61,11 @@ class ASH_EXPORT MruWindowTracker
   void SetActiveWindow(aura::Window* active_window);
 
   // 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;
 
   // Overridden from WindowObserver:
-  virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
+  void OnWindowDestroyed(aura::Window* window) override;
 
   // List of windows that have been activated in containers that we cycle
   // through, sorted by most recently used.