Index: chrome/browser/chromeos/input_method/input_method_engine_interface.h |
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
index edb496915f3c4f30b400519a68670762e3018a88..ad8399b36eb3a6985d9cf8e4b3f8abf683c46541 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
+++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
@@ -177,7 +177,7 @@ class InputMethodEngineInterface : public IMEEngineHandlerInterface { |
virtual void OnReset(const std::string& engine_id) = 0; |
}; |
- virtual ~InputMethodEngineInterface() {} |
+ ~InputMethodEngineInterface() override {} |
// Set the current composition and associated properties. |
virtual bool SetComposition(int context_id, |