| Index: ash/system/tray/tray_notification_view.h
|
| ===================================================================
|
| --- ash/system/tray/tray_notification_view.h (revision 151406)
|
| +++ ash/system/tray/tray_notification_view.h (working copy)
|
| @@ -53,7 +53,7 @@
|
| const ui::Event& event) OVERRIDE;
|
|
|
| // Overridden from views::View.
|
| - virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
|
| + virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| virtual ui::GestureStatus OnGestureEvent(
|
| const views::GestureEvent& event) OVERRIDE;
|
|
|
|
|