Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / base / ime / dummy_input_method_delegate.h
index ce64216..db5a5e3 100644 (file)
@@ -15,10 +15,10 @@ namespace internal {
 class UI_BASE_EXPORT DummyInputMethodDelegate : public InputMethodDelegate {
  public:
   DummyInputMethodDelegate();
-  virtual ~DummyInputMethodDelegate();
+  ~DummyInputMethodDelegate() override;
 
   // Overridden from InputMethodDelegate:
-  virtual bool DispatchKeyEventPostIME(const ui::KeyEvent& key_event) OVERRIDE;
+  bool DispatchKeyEventPostIME(const ui::KeyEvent& key_event) override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(DummyInputMethodDelegate);