Index: chrome/browser/ui/views/tabs/tab_controller.h |
=================================================================== |
--- chrome/browser/ui/views/tabs/tab_controller.h (revision 151406) |
+++ chrome/browser/ui/views/tabs/tab_controller.h (working copy) |
@@ -76,7 +76,7 @@ |
// Invoked when a mouse event occurs on |source|. |
virtual void OnMouseEventInTab(views::View* source, |
- const views::MouseEvent& event) = 0; |
+ const ui::MouseEvent& event) = 0; |
// Returns true if |tab| needs to be painted. If false is returned the tab is |
// not painted. If true is returned the tab should be painted and |clip| is |