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

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

Issue 10928224: views/examples: views_examples_with_content_lib should have its own export.h file. (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 | ui/views/examples/views_examples_with_content_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/examples_window_with_content.h
diff --git a/ui/views/examples/examples_window_with_content.h b/ui/views/examples/examples_window_with_content.h
index 6e67b31294aae328b6d492bd2b3bdd9eb96b96df..83e027ad5ff4de99cb397781e6659d51fdf8c459 100644
--- a/ui/views/examples/examples_window_with_content.h
+++ b/ui/views/examples/examples_window_with_content.h
@@ -5,7 +5,7 @@
#ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
#define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
-#include "ui/views/examples/views_examples_export.h"
+#include "ui/views/examples/views_examples_with_content_export.h"
namespace content {
class BrowserContext;
@@ -20,7 +20,7 @@ enum Operation {
};
// Shows a window with the views examples in it.
-VIEWS_EXAMPLES_EXPORT void ShowExamplesWindowWithContent(
+VIEWS_EXAMPLES_WITH_CONTENT_EXPORT void ShowExamplesWindowWithContent(
Operation operation,
content::BrowserContext* browser_context);
« no previous file with comments | « no previous file | ui/views/examples/views_examples_with_content_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698