| Index: ui/app_list/app_list_item.cc
|
| diff --git a/ui/app_list/app_list_item.cc b/ui/app_list/app_list_item.cc
|
| index 9d35f873275ff66a42d54e4425a4d48ce886eb47..70fe6bb3e91065d9bfd927c45c9982092d77bb67 100644
|
| --- a/ui/app_list/app_list_item.cc
|
| +++ b/ui/app_list/app_list_item.cc
|
| @@ -88,6 +88,7 @@ ui::MenuModel* AppListItem::GetContextMenuModel() {
|
| bool AppListItem::CompareForTest(const AppListItem* other) const {
|
| return id_ == other->id_ &&
|
| title_ == other->title_ &&
|
| + GetItemType() == other->GetItemType() &&
|
| position_.Equals(other->position_);
|
| }
|
|
|
|
|