| Index: ui/views/controls/link.h
|
| ===================================================================
|
| --- ui/views/controls/link.h (revision 151406)
|
| +++ ui/views/controls/link.h (working copy)
|
| @@ -33,11 +33,11 @@
|
| // Overridden from View:
|
| virtual void OnEnabledChanged() OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| - virtual gfx::NativeCursor GetCursor(const MouseEvent& event) OVERRIDE;
|
| + virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE;
|
| virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| - virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE;
|
| - virtual bool OnMouseDragged(const MouseEvent& event) OVERRIDE;
|
| - virtual void OnMouseReleased(const MouseEvent& event) OVERRIDE;
|
| + virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| + virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
|
| + virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseCaptureLost() OVERRIDE;
|
| virtual ui::GestureStatus OnGestureEvent(const GestureEvent& event) OVERRIDE;
|
| virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
|
|