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

Unified Diff: chromeos/ime/fake_ime_keyboard.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/disks/disk_mount_manager.cc ('k') | chromeos/ime/fake_input_method_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/fake_ime_keyboard.h
diff --git a/chromeos/ime/fake_ime_keyboard.h b/chromeos/ime/fake_ime_keyboard.h
index 131db0cd28923f54341c6ae5dd09e61d5aba875c..7ac938a14612616a618928eee773c96986c85f6e 100644
--- a/chromeos/ime/fake_ime_keyboard.h
+++ b/chromeos/ime/fake_ime_keyboard.h
@@ -21,19 +21,19 @@ class CHROMEOS_EXPORT FakeImeKeyboard : public ImeKeyboard {
FakeImeKeyboard();
virtual ~FakeImeKeyboard();
- virtual void AddObserver(Observer* observer) OVERRIDE;
- virtual void RemoveObserver(Observer* observer) OVERRIDE;
+ virtual void AddObserver(Observer* observer) override;
+ virtual void RemoveObserver(Observer* observer) override;
virtual bool SetCurrentKeyboardLayoutByName(const std::string& layout_name)
- OVERRIDE;
- virtual bool ReapplyCurrentKeyboardLayout() OVERRIDE;
- virtual void ReapplyCurrentModifierLockStatus() OVERRIDE;
- virtual void DisableNumLock() OVERRIDE;
- virtual void SetCapsLockEnabled(bool enable_caps_lock) OVERRIDE;
- virtual bool CapsLockIsEnabled() OVERRIDE;
- virtual bool IsISOLevel5ShiftAvailable() const OVERRIDE;
- virtual bool IsAltGrAvailable() const OVERRIDE;
- virtual bool SetAutoRepeatEnabled(bool enabled) OVERRIDE;
- virtual bool SetAutoRepeatRate(const AutoRepeatRate& rate) OVERRIDE;
+ override;
+ virtual bool ReapplyCurrentKeyboardLayout() override;
+ virtual void ReapplyCurrentModifierLockStatus() override;
+ virtual void DisableNumLock() override;
+ virtual void SetCapsLockEnabled(bool enable_caps_lock) override;
+ virtual bool CapsLockIsEnabled() override;
+ virtual bool IsISOLevel5ShiftAvailable() const override;
+ virtual bool IsAltGrAvailable() const override;
+ virtual bool SetAutoRepeatEnabled(bool enabled) override;
+ virtual bool SetAutoRepeatRate(const AutoRepeatRate& rate) override;
int set_current_keyboard_layout_by_name_count_;
std::string last_layout_;
« no previous file with comments | « chromeos/disks/disk_mount_manager.cc ('k') | chromeos/ime/fake_input_method_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698