| 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 51562ca05ca0ace59644f140b6a4a6556fca3fc2..18ff11d265344403269d1f4a5f533a59f849169a 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.cc
|
| @@ -14,7 +14,7 @@ namespace ash {
|
| namespace internal {
|
|
|
| AppListShelfItemDelegate::AppListShelfItemDelegate() {
|
| - LauncherItem app_list;
|
| + ShelfItem app_list;
|
| app_list.type = TYPE_APP_LIST;
|
| Shell::GetInstance()->shelf_model()->Add(app_list);
|
| }
|
|
|