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

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

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 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/component_extension_ime_manager_impl.h
diff --git a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h
index ab326a49aec5cd2e3538846a0fc1261977b80419..453c9efae5bf6e2c4b2ce8f94d8e9ba52119833c 100644
--- a/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h
+++ b/chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.h
@@ -27,14 +27,14 @@ class ComponentExtensionIMEManagerImpl
virtual ~ComponentExtensionIMEManagerImpl();
// ComponentExtensionIMEManagerDelegate overrides:
- virtual std::vector<ComponentExtensionIME> ListIME() OVERRIDE;
+ virtual std::vector<ComponentExtensionIME> ListIME() override;
virtual void Load(Profile* profile,
const std::string& extension_id,
const std::string& manifest,
- const base::FilePath& file_path) OVERRIDE;
+ const base::FilePath& file_path) override;
virtual void Unload(Profile* profile,
const std::string& extension_id,
- const base::FilePath& file_path) OVERRIDE;
+ const base::FilePath& file_path) override;
private:
// Reads component extensions and extract their localized information: name,

Powered by Google App Engine
This is Rietveld 408576698