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

Unified Diff: ui/views/examples/tree_view_example.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/examples/throbber_example.h ('k') | ui/views/examples/widget_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/tree_view_example.h
diff --git a/ui/views/examples/tree_view_example.h b/ui/views/examples/tree_view_example.h
index ffac4dd66fa4777771403f527465d29a055f432d..d70e791e4972f5cd2d1a2e25a4a34acc6da4a810 100644
--- a/ui/views/examples/tree_view_example.h
+++ b/ui/views/examples/tree_view_example.h
@@ -21,11 +21,12 @@ class TreeView;
namespace examples {
-class TreeViewExample : public ExampleBase,
- public ButtonListener,
- public TreeViewController,
- public ContextMenuController,
- public ui::SimpleMenuModel::Delegate {
+class VIEWS_EXAMPLES_EXPORT TreeViewExample
+ : public ExampleBase,
+ public ButtonListener,
+ public TreeViewController,
+ public ContextMenuController,
+ public ui::SimpleMenuModel::Delegate {
public:
TreeViewExample();
virtual ~TreeViewExample();
« no previous file with comments | « ui/views/examples/throbber_example.h ('k') | ui/views/examples/widget_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698