| Index: ash/shelf/app_list_shelf_item_delegate.cc
|
| diff --git a/ash/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc
|
| index 8d56de6f797eae7769d16815e38f88655063d856..09709731e2d205212aea452415397dab3c81d059 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.cc
|
| @@ -56,5 +56,8 @@ bool AppListShelfItemDelegate::ShouldShowTooltip() {
|
| return true;
|
| }
|
|
|
| +void AppListShelfItemDelegate::Close() {
|
| +}
|
| +
|
| } // namespace internal
|
| } // namespace ash
|
|
|