| Index: ash/app_list/app_list_item_view.h
|
| diff --git a/ash/app_list/app_list_item_view.h b/ash/app_list/app_list_item_view.h
|
| index 025629e63abac49257d8212f44dc84706e7e3f77..39ef59d8ff5b490ea5ed1d34824374728266f41d 100644
|
| --- a/ash/app_list/app_list_item_view.h
|
| +++ b/ash/app_list/app_list_item_view.h
|
| @@ -60,8 +60,7 @@ class ASH_EXPORT AppListItemView : public views::CustomButton,
|
| private:
|
| // views::ContextMenuController overrides:
|
| virtual void ShowContextMenuForView(views::View* source,
|
| - const gfx::Point& p,
|
| - bool is_mouse_gesture) OVERRIDE;
|
| + const gfx::Point& point) OVERRIDE;
|
|
|
| AppListItemModel* model_;
|
|
|
|
|