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

Unified Diff: ui/app_list/app_list_item_view.h

Issue 10386224: app_list: Add search box and search result view for v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura Created 8 years, 7 months 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
Index: ui/app_list/app_list_item_view.h
diff --git a/ui/app_list/app_list_item_view.h b/ui/app_list/app_list_item_view.h
index 7d293d0ce3734e3d86403addf1d86973671cbb64..bceabcf85418c140dfbb3c94ba11d91638d99ab2 100644
--- a/ui/app_list/app_list_item_view.h
+++ b/ui/app_list/app_list_item_view.h
@@ -26,14 +26,14 @@ class MenuRunner;
namespace app_list {
class AppListItemModel;
-class AppListModelView;
+class AppsGridView;
class DropShadowLabel;
class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
public views::ContextMenuController,
public AppListItemModelObserver {
public:
- AppListItemView(AppListModelView* list_model_view,
+ AppListItemView(AppsGridView* list_model_view,
AppListItemModel* model,
views::ButtonListener* listener);
virtual ~AppListItemView();
@@ -92,7 +92,7 @@ class APP_LIST_EXPORT AppListItemView : public views::CustomButton,
AppListItemModel* model_;
- AppListModelView* list_model_view_;
+ AppsGridView* list_model_view_;
views::ImageView* icon_;
DropShadowLabel* title_;

Powered by Google App Engine
This is Rietveld 408576698