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

Unified Diff: chromeos/ime/fake_input_method_delegate.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chromeos/ime/fake_ime_keyboard.h ('k') | chromeos/ime/ime_keyboard_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/fake_input_method_delegate.h
diff --git a/chromeos/ime/fake_input_method_delegate.h b/chromeos/ime/fake_input_method_delegate.h
index 0c0b385459633d296ed7acd3483cb22541cedcd7..02347de2fe21d9a19314b03766c124e53a3ff789 100644
--- a/chromeos/ime/fake_input_method_delegate.h
+++ b/chromeos/ime/fake_input_method_delegate.h
@@ -27,12 +27,12 @@ class CHROMEOS_EXPORT FakeInputMethodDelegate : public InputMethodDelegate {
virtual ~FakeInputMethodDelegate();
// InputMethodDelegate implementation:
- virtual std::string GetHardwareKeyboardLayouts() const OVERRIDE;
- virtual base::string16 GetLocalizedString(int resource_id) const OVERRIDE;
+ virtual std::string GetHardwareKeyboardLayouts() const override;
+ virtual base::string16 GetLocalizedString(int resource_id) const override;
virtual void SetHardwareKeyboardLayoutForTesting(
- const std::string& layout) OVERRIDE;
+ const std::string& layout) override;
virtual base::string16 GetDisplayLanguageName(
- const std::string& language_code) const OVERRIDE;
+ const std::string& language_code) const override;
void set_hardware_keyboard_layout(const std::string& value) {
hardware_keyboard_layout_ = value;
« no previous file with comments | « chromeos/ime/fake_ime_keyboard.h ('k') | chromeos/ime/ime_keyboard_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698