| 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 99c69c0fdd2cee12841819ffd7b0c8d828520084..c9f4007fe766c0735f58a160255df40491f96fed 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.cc
|
| @@ -63,7 +63,6 @@ bool AppListShelfItemDelegate::ShouldShowTooltip() {
|
| return true;
|
| }
|
|
|
| -void AppListShelfItemDelegate::Close() {
|
| -}
|
| +void AppListShelfItemDelegate::Close() {}
|
|
|
| } // namespace ash
|
|
|