| 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 66342ca0e5b96dfaa62b4633256db785e608efed..bbc88b2bff54a8f34568bec480ae14274996bcfb 100644
|
| --- a/ui/views/examples/examples_window_with_content.cc
|
| +++ b/ui/views/examples/examples_window_with_content.cc
|
| @@ -12,7 +12,7 @@ namespace examples {
|
|
|
| void ShowExamplesWindowWithContent(Operation operation,
|
| content::BrowserContext* browser_context,
|
| - gfx::NativeView window_context) {
|
| + gfx::NativeWindow window_context) {
|
| scoped_ptr<ScopedVector<ExampleBase> > extra_examples(
|
| new ScopedVector<ExampleBase>);
|
| extra_examples->push_back(new WebViewExample(browser_context));
|
|
|