Index: ash/system/tray/tray_bubble_view.h |
diff --git a/ash/system/tray/tray_bubble_view.h b/ash/system/tray/tray_bubble_view.h |
index 5a10f9cfbdd79b7819f32a13d78d31e9d8cdc32a..93489ed1576cd18f6515946048659b56b3f658ba 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; |