Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: ui/app_list/app_list_model_unittest.cc

Issue 682843004: Experimental app list: "All apps" button has a folder-like icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares-allapps-button
Patch Set: Fix compile on Windows (APP_LIST_EXPORT). Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list_folder_item.cc ('k') | ui/app_list/folder_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_model_unittest.cc
diff --git a/ui/app_list/app_list_model_unittest.cc b/ui/app_list/app_list_model_unittest.cc
index fde8f74cb67e1777f794cc365af6c0c31e9dee9d..93f0565cb421227f72487cc816083963d7d4e88b 100644
--- a/ui/app_list/app_list_model_unittest.cc
+++ b/ui/app_list/app_list_model_unittest.cc
@@ -77,7 +77,7 @@ class AppListModelTest : public testing::Test {
protected:
bool ItemObservedByFolder(AppListFolderItem* folder,
AppListItem* item) {
- return item->observers_.HasObserver(folder);
+ return item->observers_.HasObserver(folder->folder_image());
}
std::string GetItemListContents(AppListItemList* item_list) {
« no previous file with comments | « ui/app_list/app_list_folder_item.cc ('k') | ui/app_list/folder_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698