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

Unified Diff: ui/views/examples/examples_window.h

Issue 10944004: views/examples: Export ShowExamplesWindow() function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/examples_window.h
diff --git a/ui/views/examples/examples_window.h b/ui/views/examples/examples_window.h
index a3fc4e5af7cdf43d6b6aa18559811c57d1ebda17..94139db4d096ea31a992434db6f4f1a977af30a8 100644
--- a/ui/views/examples/examples_window.h
+++ b/ui/views/examples/examples_window.h
@@ -5,6 +5,8 @@
#ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_
#define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_
+#include "ui/views/examples/views_examples_export.h"
+
namespace views {
namespace examples {
@@ -14,7 +16,7 @@ enum Operation {
};
// Shows a window with the views examples in it.
-void ShowExamplesWindow(Operation operation);
+VIEWS_EXAMPLES_EXPORT void ShowExamplesWindow(Operation operation);
} // namespace examples
} // namespace views
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698