| Index: ui/views/mouse_watcher_view_host.h
|
| diff --git a/ui/views/mouse_watcher_view_host.h b/ui/views/mouse_watcher_view_host.h
|
| index f19aa8f437cd1120c78aa9ee51183f88b3682a7e..ada344458b5a92b789b699b345ae728b815ce4f3 100644
|
| --- a/ui/views/mouse_watcher_view_host.h
|
| +++ b/ui/views/mouse_watcher_view_host.h
|
| @@ -23,7 +23,7 @@ class VIEWS_EXPORT MouseWatcherViewHost : public MouseWatcherHost {
|
|
|
| // MouseWatcherHost.
|
| virtual bool Contains(const gfx::Point& screen_point,
|
| - MouseEventType type) OVERRIDE;
|
| + MouseEventType type) override;
|
|
|
| private:
|
| bool IsCursorInViewZone(const gfx::Point& screen_point);
|
|
|