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

Unified Diff: ui/views/controls/table/table_view_observer.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/table/table_grouper.h ('k') | ui/views/examples/bubble_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/table_view_observer.h
diff --git a/ui/views/controls/table/table_view_observer.h b/ui/views/controls/table/table_view_observer.h
index 44400eee1c79ed97b00c83288a7ec481fb4c8190..9cea2603c506e6fab661c3cf46431802920c415c 100644
--- a/ui/views/controls/table/table_view_observer.h
+++ b/ui/views/controls/table/table_view_observer.h
@@ -6,6 +6,7 @@
#define UI_VIEWS_CONTROLS_TABLE_TABLE_VIEW_OBSERVER_H_
#include "ui/events/keycodes/keyboard_codes.h"
+#include "ui/views/views_export.h"
namespace views {
@@ -13,7 +14,7 @@ class TableView;
class TableView2;
// TableViewObserver is notified about the TableView selection.
-class TableViewObserver {
+class VIEWS_EXPORT TableViewObserver {
public:
virtual ~TableViewObserver() {}
« no previous file with comments | « ui/views/controls/table/table_grouper.h ('k') | ui/views/examples/bubble_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698