diff options
Diffstat (limited to 'ash/system/tray/tray_bubble_view.h')
-rw-r--r-- | ash/system/tray/tray_bubble_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/tray/tray_bubble_view.h b/ash/system/tray/tray_bubble_view.h index 5a10f9c..93489ed 100644 --- a/ash/system/tray/tray_bubble_view.h +++ b/ash/system/tray/tray_bubble_view.h @@ -53,7 +53,7 @@ class TrayBubbleView : public views::BubbleDelegateView { ui::MouseEvent* event) OVERRIDE; virtual ui::TouchStatus PreHandleTouchEvent( aura::Window* target, - ui::TouchEventImpl* event) OVERRIDE; + ui::TouchEvent* event) OVERRIDE; virtual ui::GestureStatus PreHandleGestureEvent( aura::Window* target, ui::GestureEventImpl* event) OVERRIDE; |