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

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

Issue 187483005: Extending the Views-on-Mac experiment: whole app list grid. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: still compiles r263560 + crrev/195793005 Created 6 years, 8 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 | « ui/app_list/views/folder_background_view.cc ('k') | ui/app_list/views/progress_bar_view_unittest_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/progress_bar_view.h
diff --git a/ui/app_list/views/progress_bar_view.h b/ui/app_list/views/progress_bar_view.h
index 220eb8d0b1adc670c57dbc361aefb6157c811cdd..a303bd5903ee9b7f074026b837c3df9fdb03b7b3 100644
--- a/ui/app_list/views/progress_bar_view.h
+++ b/ui/app_list/views/progress_bar_view.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+#include "ui/app_list/app_list_export.h"
#include "ui/views/controls/progress_bar.h"
namespace views {
@@ -16,7 +17,7 @@ class Painter;
namespace app_list {
// ProgressBarView implements an image-based progress bar for app launcher.
-class ProgressBarView : public views::ProgressBar {
+class APP_LIST_EXPORT ProgressBarView : public views::ProgressBar {
public:
ProgressBarView();
virtual ~ProgressBarView();
« no previous file with comments | « ui/app_list/views/folder_background_view.cc ('k') | ui/app_list/views/progress_bar_view_unittest_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698