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

Unified Diff: ui/views/examples/example_base.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/double_split_view_example.h ('k') | ui/views/examples/examples_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/example_base.h
diff --git a/ui/views/examples/example_base.h b/ui/views/examples/example_base.h
index a17cc0d0f915dbde8abac7de7ffa132cb9092a56..3516dfa0b083dcdcbb403ed24eef35842eb1d369 100644
--- a/ui/views/examples/example_base.h
+++ b/ui/views/examples/example_base.h
@@ -8,13 +8,14 @@
#include <string>
#include "base/basictypes.h"
+#include "ui/views/examples/views_examples_export.h"
namespace views {
class View;
namespace examples {
-class ExampleBase {
+class VIEWS_EXAMPLES_EXPORT ExampleBase {
public:
virtual ~ExampleBase();
« no previous file with comments | « ui/views/examples/double_split_view_example.h ('k') | ui/views/examples/examples_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698