| 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;
|
|
|