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

Unified Diff: chrome/browser/chromeos/input_method/input_method_delegate_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/input_method_delegate_impl.h
diff --git a/chrome/browser/chromeos/input_method/input_method_delegate_impl.h b/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
index 556aad2e03ba7cf65b0715b0a806f6a45a21f8cd..c08d7c386619dbf24924e0cbf1718e7bea1943a8 100644
--- a/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
@@ -22,12 +22,12 @@ class InputMethodDelegateImpl : public InputMethodDelegate {
virtual ~InputMethodDelegateImpl();
// 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 base::string16 GetDisplayLanguageName(
- const std::string& language_code) const OVERRIDE;
+ const std::string& language_code) const override;
virtual void SetHardwareKeyboardLayoutForTesting(
- const std::string& layout) OVERRIDE;
+ const std::string& layout) override;
private:
DISALLOW_COPY_AND_ASSIGN(InputMethodDelegateImpl);

Powered by Google App Engine
This is Rietveld 408576698