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

Unified Diff: ash/accelerators/key_hold_detector.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/focus_manager_factory.h ('k') | ash/accelerators/magnifier_key_scroller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/key_hold_detector.h
diff --git a/ash/accelerators/key_hold_detector.h b/ash/accelerators/key_hold_detector.h
index b77f4cdac8448316f40a9fd00f2615e900060c6b..96c89fd7aac73f42e425927fe94cd1f1c4091988 100644
--- a/ash/accelerators/key_hold_detector.h
+++ b/ash/accelerators/key_hold_detector.h
@@ -42,7 +42,7 @@ class ASH_EXPORT KeyHoldDetector : public ui::EventHandler {
virtual ~KeyHoldDetector();
// ui::EventHandler overrides:
- virtual void OnKeyEvent(ui::KeyEvent* key_event) OVERRIDE;
+ virtual void OnKeyEvent(ui::KeyEvent* key_event) override;
private:
// A state to keep track of one click and click and hold operation.
« no previous file with comments | « ash/accelerators/focus_manager_factory.h ('k') | ash/accelerators/magnifier_key_scroller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698