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

Unified Diff: ash/accelerators/nested_accelerator_delegate.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/magnifier_key_scroller_unittest.cc ('k') | ash/accelerators/spoken_feedback_toggler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/nested_accelerator_delegate.h
diff --git a/ash/accelerators/nested_accelerator_delegate.h b/ash/accelerators/nested_accelerator_delegate.h
index 5a8dfadbd497bfa87326d1cf8b1a9a32d1ca0427..2e9b765b4924fbdecb59d23ae3855b5652fcbe33 100644
--- a/ash/accelerators/nested_accelerator_delegate.h
+++ b/ash/accelerators/nested_accelerator_delegate.h
@@ -13,11 +13,10 @@ namespace ash {
class NestedAcceleratorDelegate : public wm::NestedAcceleratorDelegate {
public:
NestedAcceleratorDelegate();
- virtual ~NestedAcceleratorDelegate();
+ ~NestedAcceleratorDelegate() override;
// wm::AcceleratorDispatcher::Delegate
- virtual Result ProcessAccelerator(
- const ui::Accelerator& accelerator) override;
+ Result ProcessAccelerator(const ui::Accelerator& accelerator) override;
private:
DISALLOW_COPY_AND_ASSIGN(NestedAcceleratorDelegate);
« no previous file with comments | « ash/accelerators/magnifier_key_scroller_unittest.cc ('k') | ash/accelerators/spoken_feedback_toggler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698