| Index: ash/system/tray/tray_bubble_view.h
|
| ===================================================================
|
| --- ash/system/tray/tray_bubble_view.h (revision 151406)
|
| +++ ash/system/tray/tray_bubble_view.h (working copy)
|
| @@ -107,8 +107,8 @@
|
|
|
| // Overridden from views::View.
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| - virtual void OnMouseEntered(const views::MouseEvent& event) OVERRIDE;
|
| - virtual void OnMouseExited(const views::MouseEvent& event) OVERRIDE;
|
| + virtual void OnMouseEntered(const ui::MouseEvent& event) OVERRIDE;
|
| + virtual void OnMouseExited(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
|
|
| protected:
|
|
|