| Index: ash/system/tray/tray_views.h
|
| diff --git a/ash/system/tray/tray_views.h b/ash/system/tray/tray_views.h
|
| index 84e8d1754d9693664714ec401ebae7dcfa9a1a4c..92be6ddcf5c021602d9c46f440cb191f68209107 100644
|
| --- a/ash/system/tray/tray_views.h
|
| +++ b/ash/system/tray/tray_views.h
|
| @@ -82,7 +82,7 @@ class ASH_EXPORT ActionableView : public views::View {
|
| virtual void OnPaintFocusBorder(gfx::Canvas* canvas) OVERRIDE;
|
|
|
| // Overridden from ui::EventHandler.
|
| - virtual ui::EventResult OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
| + virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
|
|
| private:
|
| string16 accessible_name_;
|
|
|