| 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);
|
|
|
|
|