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

Unified Diff: ash/accelerators/key_hold_detector.h

Issue 680153002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting 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 96c89fd7aac73f42e425927fe94cd1f1c4091988..cad7e9f0b177db851da563bf01e3a8f267c2c05c 100644
--- a/ash/accelerators/key_hold_detector.h
+++ b/ash/accelerators/key_hold_detector.h
@@ -39,10 +39,10 @@ class ASH_EXPORT KeyHoldDetector : public ui::EventHandler {
};
explicit KeyHoldDetector(scoped_ptr<Delegate> delegate);
- virtual ~KeyHoldDetector();
+ ~KeyHoldDetector() override;
// ui::EventHandler overrides:
- virtual void OnKeyEvent(ui::KeyEvent* key_event) override;
+ 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