| Index: ui/views/examples/examples_window_with_content.cc
|
| diff --git a/ui/views/examples/examples_window_with_content.cc b/ui/views/examples/examples_window_with_content.cc
|
| index d71f631d8e5e476e6777f0ceedecc5b775f033a3..8c6a7e25ae834c47defe330e57002f2f7b819a08 100644
|
| --- a/ui/views/examples/examples_window_with_content.cc
|
| +++ b/ui/views/examples/examples_window_with_content.cc
|
| @@ -197,8 +197,8 @@ ExamplesWindowContents(Operation operation,
|
| // static
|
| ExamplesWindowContents* ExamplesWindowContents::instance_ = NULL;
|
|
|
| -void ShowExamplesWindow(Operation operation,
|
| - content::BrowserContext* browser_context) {
|
| +void ShowExamplesWindowWithContent(Operation operation,
|
| + content::BrowserContext* browser_context) {
|
| if (ExamplesWindowContents::instance()) {
|
| ExamplesWindowContents::instance()->GetWidget()->Activate();
|
| } else {
|
|
|