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

Unified Diff: ash/accelerators/spoken_feedback_toggler.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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 | « ash/accelerators/nested_accelerator_delegate.h ('k') | ash/accelerometer/accelerometer_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/spoken_feedback_toggler.h
diff --git a/ash/accelerators/spoken_feedback_toggler.h b/ash/accelerators/spoken_feedback_toggler.h
index 592c71c56e4d4be89154e5ad122ee024114bc601..067a7d1ec547510a596889fd46d8b217956a02f5 100644
--- a/ash/accelerators/spoken_feedback_toggler.h
+++ b/ash/accelerators/spoken_feedback_toggler.h
@@ -39,10 +39,10 @@ class ASH_EXPORT SpokenFeedbackToggler : public KeyHoldDetector::Delegate {
private:
// KeyHoldDetector overrides:
- virtual bool ShouldProcessEvent(const ui::KeyEvent* event) const OVERRIDE;
- virtual bool IsStartEvent(const ui::KeyEvent* event) const OVERRIDE;
- virtual void OnKeyHold(const ui::KeyEvent* event) OVERRIDE;
- virtual void OnKeyUnhold(const ui::KeyEvent* event) OVERRIDE;
+ virtual bool ShouldProcessEvent(const ui::KeyEvent* event) const override;
+ virtual bool IsStartEvent(const ui::KeyEvent* event) const override;
+ virtual void OnKeyHold(const ui::KeyEvent* event) override;
+ virtual void OnKeyUnhold(const ui::KeyEvent* event) override;
SpokenFeedbackToggler();
virtual ~SpokenFeedbackToggler();
« no previous file with comments | « ash/accelerators/nested_accelerator_delegate.h ('k') | ash/accelerometer/accelerometer_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698