Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / wm / maximize_mode / scoped_disable_internal_mouse_and_keyboard_x11.h
index 6f0d34f..1b1ae96 100644 (file)
@@ -22,11 +22,12 @@ class ScopedDisableInternalMouseAndKeyboardX11
       public ui::PlatformEventObserver {
  public:
   ScopedDisableInternalMouseAndKeyboardX11();
-  virtual ~ScopedDisableInternalMouseAndKeyboardX11();
+  ~ScopedDisableInternalMouseAndKeyboardX11() override;
 
   // ui::PlatformEventObserver:
-  virtual void WillProcessEvent(const ui::PlatformEvent& event) OVERRIDE;
-  virtual void DidProcessEvent(const ui::PlatformEvent& event) OVERRIDE;
+  void WillProcessEvent(const ui::PlatformEvent& event) override;
+  void DidProcessEvent(const ui::PlatformEvent& event) override;
+
  private:
   int touchpad_device_id_;
   int keyboard_device_id_;