| 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 93489ed1576cd18f6515946048659b56b3f658ba..dccf245cb6edff2c3652bbef4441da3a2d48e309 100644
|
| --- a/ash/system/tray/tray_bubble_view.h
|
| +++ b/ash/system/tray/tray_bubble_view.h
|
| @@ -56,7 +56,7 @@ class TrayBubbleView : public views::BubbleDelegateView {
|
| ui::TouchEvent* event) OVERRIDE;
|
| virtual ui::GestureStatus PreHandleGestureEvent(
|
| aura::Window* target,
|
| - ui::GestureEventImpl* event) OVERRIDE;
|
| + ui::GestureEvent* event) OVERRIDE;
|
|
|
| private:
|
| void ProcessLocatedEvent(const ui::LocatedEvent& event);
|
|
|