Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5259)

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine_interface.h

Issue 796693005: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/input_method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698