Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / wm / window_cycle_controller.cc
index 54e702c..42f866e 100644 (file)
@@ -21,10 +21,10 @@ namespace {
 class WindowCycleEventFilter : public ui::EventHandler {
  public:
   WindowCycleEventFilter();
-  virtual ~WindowCycleEventFilter();
+  ~WindowCycleEventFilter() override;
 
   // Overridden from ui::EventHandler:
-  virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
+  void OnKeyEvent(ui::KeyEvent* event) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(WindowCycleEventFilter);