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

Unified Diff: ui/views/examples/tabbed_pane_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/slider_example.h ('k') | ui/views/examples/table_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/tabbed_pane_example.h
diff --git a/ui/views/examples/tabbed_pane_example.h b/ui/views/examples/tabbed_pane_example.h
index 9a1982692945333ecbdcd7cdad7428f6d99e7167..2d1b25b2e172e4cb8375fa1e6f9bfbe1f91589f1 100644
--- a/ui/views/examples/tabbed_pane_example.h
+++ b/ui/views/examples/tabbed_pane_example.h
@@ -19,9 +19,9 @@ class TabbedPane;
namespace examples {
// A TabbedPane example tests adding and selecting tabs.
-class TabbedPaneExample : public ExampleBase,
- public ButtonListener,
- public TabbedPaneListener {
+class VIEWS_EXAMPLES_EXPORT TabbedPaneExample : public ExampleBase,
+ public ButtonListener,
+ public TabbedPaneListener {
public:
TabbedPaneExample();
virtual ~TabbedPaneExample();
« no previous file with comments | « ui/views/examples/slider_example.h ('k') | ui/views/examples/table_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698