Index: ash/launcher/launcher_button_host.h |
=================================================================== |
--- ash/launcher/launcher_button_host.h (revision 151267) |
+++ ash/launcher/launcher_button_host.h (working copy) |
@@ -9,8 +9,11 @@ |
#include "ash/wm/shelf_types.h" |
#include "base/string16.h" |
+namespace ui { |
+class LocatedEvent; |
+} |
+ |
namespace views { |
-class LocatedEvent; |
class View; |
} |
@@ -30,12 +33,12 @@ |
// Invoked when a pointer device is pressed on a view. |
virtual void PointerPressedOnButton(views::View* view, |
Pointer pointer, |
- const views::LocatedEvent& event) = 0; |
+ const ui::LocatedEvent& event) = 0; |
// Invoked when a pointer device is dragged over a view. |
virtual void PointerDraggedOnButton(views::View* view, |
Pointer pointer, |
- const views::LocatedEvent& event) = 0; |
+ const ui::LocatedEvent& event) = 0; |
// Invoked either if a pointer device is released or mouse capture canceled. |
virtual void PointerReleasedOnButton(views::View* view, |