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

Unified Diff: ui/views/examples/multiline_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/message_box_example.h ('k') | ui/views/examples/progress_bar_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/multiline_example.h
diff --git a/ui/views/examples/multiline_example.h b/ui/views/examples/multiline_example.h
index 56613bdab4d68d246777de5b37c1d93f52284030..351bef5ae339ba4cdd1cb9d909eca2a7bd8c7390 100644
--- a/ui/views/examples/multiline_example.h
+++ b/ui/views/examples/multiline_example.h
@@ -18,9 +18,9 @@ class Label;
namespace examples {
// An example that compares the multiline rendering of different controls.
-class MultilineExample : public ExampleBase,
- public TextfieldController,
- public ButtonListener {
+class VIEWS_EXAMPLES_EXPORT MultilineExample : public ExampleBase,
+ public TextfieldController,
+ public ButtonListener {
public:
MultilineExample();
virtual ~MultilineExample();
« no previous file with comments | « ui/views/examples/message_box_example.h ('k') | ui/views/examples/progress_bar_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698