| 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 371c64dbe8dbcfebcfd0c75dd539f88d2cef1d72..6e67b31294aae328b6d492bd2b3bdd9eb96b96df 100644
|
| --- a/ui/views/examples/examples_window_with_content.h
|
| +++ b/ui/views/examples/examples_window_with_content.h
|
| @@ -20,7 +20,7 @@ enum Operation {
|
| };
|
|
|
| // Shows a window with the views examples in it.
|
| -VIEWS_EXAMPLES_EXPORT void ShowExamplesWindow(
|
| +VIEWS_EXAMPLES_EXPORT void ShowExamplesWindowWithContent(
|
| Operation operation,
|
| content::BrowserContext* browser_context);
|
|
|
|
|