diff options
author | mostynb <mostynb@opera.com> | 2014-10-03 16:46:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-03 23:46:36 +0000 |
commit | 9108efb932b3ea03c02594cde0b80341a616f501 (patch) | |
tree | 10d0095abc0ad4caa091fa2c01a1dc89e412b1fa /chrome/browser/chromeos/input_method/input_method_persistence.h | |
parent | ae1244a85d8f761a2c4c3812cfb6b8112ea08afb (diff) | |
download | chromium_src-9108efb932b3ea03c02594cde0b80341a616f501.zip chromium_src-9108efb932b3ea03c02594cde0b80341a616f501.tar.gz chromium_src-9108efb932b3ea03c02594cde0b80341a616f501.tar.bz2 |
replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/
BUG=417463
Review URL: https://codereview.chromium.org/623293003
Cr-Commit-Position: refs/heads/master@{#298120}
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_persistence.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_persistence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_persistence.h b/chrome/browser/chromeos/input_method/input_method_persistence.h index a9fe28c..c477c03 100644 --- a/chrome/browser/chromeos/input_method/input_method_persistence.h +++ b/chrome/browser/chromeos/input_method/input_method_persistence.h @@ -33,7 +33,7 @@ class InputMethodPersistence : public InputMethodManager::Observer { // InputMethodManager::Observer overrides. virtual void InputMethodChanged(InputMethodManager* manager, - bool show_message) OVERRIDE; + bool show_message) override; private: InputMethodManager* input_method_manager_; |