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

Unified Diff: ash/accelerators/focus_manager_factory.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/exit_warning_handler.cc ('k') | ash/accelerators/key_hold_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/focus_manager_factory.h
diff --git a/ash/accelerators/focus_manager_factory.h b/ash/accelerators/focus_manager_factory.h
index cbe27cba9a3749adcbf1ec42ff133ba758b49882..1f6a1cf8ac7d445701001ca474fb38f84c5d93d9 100644
--- a/ash/accelerators/focus_manager_factory.h
+++ b/ash/accelerators/focus_manager_factory.h
@@ -23,16 +23,16 @@ class AshFocusManagerFactory : public views::FocusManagerFactory {
// views::FocusManagerFactory overrides:
virtual views::FocusManager* CreateFocusManager(
views::Widget* widget,
- bool desktop_widget) OVERRIDE;
+ bool desktop_widget) override;
private:
class Delegate : public views::FocusManagerDelegate {
public:
// views::FocusManagerDelegate overrides:
virtual bool ProcessAccelerator(
- const ui::Accelerator& accelerator) OVERRIDE;
+ const ui::Accelerator& accelerator) override;
virtual ui::AcceleratorTarget* GetCurrentTargetForAccelerator(
- const ui::Accelerator& accelerator) const OVERRIDE;
+ const ui::Accelerator& accelerator) const override;
};
DISALLOW_COPY_AND_ASSIGN(AshFocusManagerFactory);
« no previous file with comments | « ash/accelerators/exit_warning_handler.cc ('k') | ash/accelerators/key_hold_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698