Chromium Code Reviews

Unified Diff: chrome/browser/ui/panels/panel_mouse_watcher_timer.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/ui/panels/panel_manager.h ('k') | chrome/browser/ui/panels/panel_mouse_watcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_mouse_watcher_timer.cc
diff --git a/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc b/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc
index 0572eda893c3d477eb5c8d712f74d69c5f78ccaa..f3d6471de2086d59f5a3edcabfe6ee9b497db88b 100644
--- a/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc
+++ b/chrome/browser/ui/panels/panel_mouse_watcher_timer.cc
@@ -15,10 +15,10 @@ class PanelMouseWatcherTimer : public PanelMouseWatcher {
virtual ~PanelMouseWatcherTimer();
private:
- virtual void Start() OVERRIDE;
- virtual void Stop() OVERRIDE;
- virtual bool IsActive() const OVERRIDE;
- virtual gfx::Point GetMousePosition() const OVERRIDE;
+ virtual void Start() override;
+ virtual void Stop() override;
+ virtual bool IsActive() const override;
+ virtual gfx::Point GetMousePosition() const override;
// Specifies the rate at which we want to sample the mouse position.
static const int kMousePollingIntervalMs = 250;
« no previous file with comments | « chrome/browser/ui/panels/panel_manager.h ('k') | chrome/browser/ui/panels/panel_mouse_watcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine