Index: ash/system/web_notification/web_notification_tray.cc |
=================================================================== |
--- ash/system/web_notification/web_notification_tray.cc (revision 151406) |
+++ ash/system/web_notification/web_notification_tray.cc (working copy) |
@@ -430,7 +430,7 @@ |
} |
// views::View overrides. |
- virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE { |
+ virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE { |
tray_->OnClicked(notification_.id); |
return true; |
} |