Index: ui/app_list/app_list_model.cc |
diff --git a/ui/app_list/app_list_model.cc b/ui/app_list/app_list_model.cc |
index 161d15982cebba942816c3baf84aa7d6fc082cf4..529ed161a594385edacc57d66703ee2f8ddb9996 100644 |
--- a/ui/app_list/app_list_model.cc |
+++ b/ui/app_list/app_list_model.cc |
@@ -25,7 +25,7 @@ void AppListModel::DeleteItemAt(int index) { |
} |
AppListItemModel* AppListModel::GetItemAt(int index) { |
- return items_.item_at(index); |
+ return items_.GetItemAt(index); |
} |
void AppListModel::AddObserver(ui::ListModelObserver* observer) { |