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

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

Issue 796693005: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/input_method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | chrome/browser/chromeos/input_method/browser_state_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/accessibility.h
diff --git a/chrome/browser/chromeos/input_method/accessibility.h b/chrome/browser/chromeos/input_method/accessibility.h
index 0ad3692f218163fb92d39dead44ef92319c5df1b..d295d28b7a6c6c99cb711acdd2a17cc8eeafbb08 100644
--- a/chrome/browser/chromeos/input_method/accessibility.h
+++ b/chrome/browser/chromeos/input_method/accessibility.h
@@ -15,12 +15,11 @@ class Accessibility
: public InputMethodManager::Observer {
public:
explicit Accessibility(InputMethodManager* imm);
- virtual ~Accessibility();
+ ~Accessibility() override;
private:
// InputMethodManager::Observer implementation.
- virtual void InputMethodChanged(InputMethodManager* imm,
- bool show_message) override;
+ void InputMethodChanged(InputMethodManager* imm, bool show_message) override;
InputMethodManager* imm_;
DISALLOW_COPY_AND_ASSIGN(Accessibility);
« no previous file with comments | « no previous file | chrome/browser/chromeos/input_method/browser_state_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698