| Index: ui/app_list/test/app_list_test_model.cc
|
| diff --git a/ui/app_list/test/app_list_test_model.cc b/ui/app_list/test/app_list_test_model.cc
|
| index d75f5c640bf17bbb3adb3e5f60b4855526bce04a..d29fc25c144d18712184c4c70e9d5522948822b9 100644
|
| --- a/ui/app_list/test/app_list_test_model.cc
|
| +++ b/ui/app_list/test/app_list_test_model.cc
|
| @@ -84,7 +84,7 @@ AppListTestModel::AppListTestItemModel* AppListTestModel::CreateItem(
|
|
|
| void AppListTestModel::CreateAndAddItem(const std::string& title,
|
| const std::string& full_name) {
|
| - item_list()->AddItem(CreateItem(title, full_name));
|
| + AddItem(CreateItem(title, full_name));
|
| }
|
|
|
| void AppListTestModel::CreateAndAddItem(const std::string& title) {
|
|
|