| Index: ui/app_list/views/app_list_item_view.h
|
| diff --git a/ui/app_list/views/app_list_item_view.h b/ui/app_list/views/app_list_item_view.h
|
| index c434371e1ff74e38da3b670db72801cf59ed3263..0bab4c7086e1da6fa1b1eb770e989286dca5ac6f 100644
|
| --- a/ui/app_list/views/app_list_item_view.h
|
| +++ b/ui/app_list/views/app_list_item_view.h
|
| @@ -171,7 +171,7 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
|
| base::string16 tooltip_text_;
|
|
|
| // A timer to defer showing drag UI when mouse is pressed.
|
| - base::OneShotTimer<AppListItemView> mouse_drag_timer_;
|
| + base::OneShotTimer mouse_drag_timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppListItemView);
|
| };
|
|
|