| 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 8ab31d473e72ce1f4329ee72c83632e814cd766f..7fcec10a0fde9ff2a77a7654a4f2e3c62ecef990 100644
|
| --- a/ui/app_list/test/app_list_test_model.cc
|
| +++ b/ui/app_list/test/app_list_test_model.cc
|
| @@ -73,7 +73,7 @@ void AppListTestModel::MoveItemToFolder(AppListItem* item,
|
|
|
|
|
| std::string AppListTestModel::GetItemName(int id) {
|
| - return base::StringPrintf("Item %d", id);
|
| + return base::StringPrintf("Item %d with a longer name and stuff", id);
|
| }
|
|
|
| void AppListTestModel::PopulateApps(int n) {
|
|
|