Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2439)

Unified Diff: ash/accelerators/magnifier_key_scroller.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/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 1ef78fbdde3bbd7464d641cf3a8c5cdbde659a7f..2e16533791bbaa9b78e786603cea06859a539d3c 100644
--- a/ash/accelerators/magnifier_key_scroller.h
+++ b/ash/accelerators/magnifier_key_scroller.h
@@ -39,13 +39,13 @@ 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;
+ bool ShouldProcessEvent(const ui::KeyEvent* event) const override;
+ bool IsStartEvent(const ui::KeyEvent* event) const override;
+ void OnKeyHold(const ui::KeyEvent* event) override;
+ void OnKeyUnhold(const ui::KeyEvent* event) override;
MagnifierKeyScroller();
- virtual ~MagnifierKeyScroller();
+ ~MagnifierKeyScroller() override;
DISALLOW_COPY_AND_ASSIGN(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