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

Unified Diff: ash/accelerators/magnifier_key_scroller.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/key_hold_detector.h ('k') | ash/accelerators/magnifier_key_scroller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/magnifier_key_scroller.h
diff --git a/ash/accelerators/magnifier_key_scroller.h b/ash/accelerators/magnifier_key_scroller.h
index a28db86b0fd0567dac0db3cf7ad1472f0699c7ca..1ef78fbdde3bbd7464d641cf3a8c5cdbde659a7f 100644
--- a/ash/accelerators/magnifier_key_scroller.h
+++ b/ash/accelerators/magnifier_key_scroller.h
@@ -39,10 +39,10 @@ class ASH_EXPORT MagnifierKeyScroller : 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;
MagnifierKeyScroller();
virtual ~MagnifierKeyScroller();
« no previous file with comments | « ash/accelerators/key_hold_detector.h ('k') | ash/accelerators/magnifier_key_scroller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698