| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 5b7fb0cd25108f90484d22217ef639a0e825fea3..986612e3a67ce97e60826a8f5e988d4327b9bd43 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -529,7 +529,7 @@ ShelfDelegate* Shell::GetShelfDelegate() {
|
| // ShelfItemDelegate.
|
| int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST);
|
| DCHECK_GE(app_list_index, 0);
|
| - LauncherID app_list_id = shelf_model_->items()[app_list_index].id;
|
| + ShelfID app_list_id = shelf_model_->items()[app_list_index].id;
|
| DCHECK(app_list_id);
|
| shelf_item_delegate_manager_->SetShelfItemDelegate(app_list_id,
|
| controller.Pass());
|
|
|