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

Unified Diff: ui/views/controls/table/table_grouper.h

Issue 138783002: Cleans up gyp file for views example and removes duplicate code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows Created 6 years, 11 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/views/controls/tabbed_pane/tabbed_pane_listener.h ('k') | ui/views/controls/table/table_view_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/table_grouper.h
diff --git a/ui/views/controls/table/table_grouper.h b/ui/views/controls/table/table_grouper.h
index d6659ac19563cc6962ff76eda741adb755c2b2df..ce100e4c98a44c8e36074091573af607f7cb3482 100644
--- a/ui/views/controls/table/table_grouper.h
+++ b/ui/views/controls/table/table_grouper.h
@@ -5,9 +5,11 @@
#ifndef UI_VIEWS_CONTROLS_TABLE_TABLE_GROUPER_H_
#define UI_VIEWS_CONTROLS_TABLE_TABLE_GROUPER_H_
+#include "ui/views/views_export.h"
+
namespace views {
-struct GroupRange {
+struct VIEWS_EXPORT GroupRange {
int start;
int length;
};
@@ -15,7 +17,7 @@ struct GroupRange {
// TableGrouper is used by TableView to group a set of rows and treat them
// as one. Rows that fall in the same group are selected together and sorted
// together.
-class TableGrouper {
+class VIEWS_EXPORT TableGrouper {
public:
virtual void GetGroupRange(int model_index, GroupRange* range) = 0;
« no previous file with comments | « ui/views/controls/tabbed_pane/tabbed_pane_listener.h ('k') | ui/views/controls/table/table_view_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698