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

Unified Diff: ash/accelerators/nested_accelerator_delegate.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/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 1a128512a91e1034b960c43cc71ce563ba36004d..5a8dfadbd497bfa87326d1cf8b1a9a32d1ca0427 100644
--- a/ash/accelerators/nested_accelerator_delegate.h
+++ b/ash/accelerators/nested_accelerator_delegate.h
@@ -17,7 +17,7 @@ class NestedAcceleratorDelegate : public wm::NestedAcceleratorDelegate {
// wm::AcceleratorDispatcher::Delegate
virtual Result ProcessAccelerator(
- const ui::Accelerator& accelerator) OVERRIDE;
+ 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