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

Unified Diff: ui/app_list/views/tile_item_view.h

Issue 397343003: Introduce centered view and bottom view for home card. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 5 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
« no previous file with comments | « athena/main/athena_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/tile_item_view.h
diff --git a/ui/app_list/views/tile_item_view.h b/ui/app_list/views/tile_item_view.h
index 930f8ffde8820b655c8436ada2eafeed46e47bd9..e319915abbc8774afb844b1d0403e5a07e81bf9d 100644
--- a/ui/app_list/views/tile_item_view.h
+++ b/ui/app_list/views/tile_item_view.h
@@ -5,6 +5,7 @@
#ifndef UI_APP_LIST_VIEWS_TILE_ITEM_VIEW_H_
#define UI_APP_LIST_VIEWS_TILE_ITEM_VIEW_H_
+#include "ui/app_list/app_list_export.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/controls/button/custom_button.h"
@@ -18,7 +19,8 @@ namespace app_list {
class AppListItem;
// The view for a tile in the app list on the start/search page.
-class TileItemView : public views::CustomButton, public views::ButtonListener {
+class APP_LIST_EXPORT TileItemView : public views::CustomButton,
+ public views::ButtonListener {
public:
TileItemView();
virtual ~TileItemView();
« no previous file with comments | « athena/main/athena_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698