| Index: ui/views/examples/examples_window.h
|
| diff --git a/ui/views/examples/examples_window.h b/ui/views/examples/examples_window.h
|
| index 89222ef84a0f35dd97f70e175680d305cc1d9775..339389502f5a75a4c97f525d52a16c8bd07d7b4a 100644
|
| --- a/ui/views/examples/examples_window.h
|
| +++ b/ui/views/examples/examples_window.h
|
| @@ -29,7 +29,7 @@ enum Operation {
|
| // window should be created (see |Widget::InitParams::context| for details).
|
| VIEWS_EXAMPLES_EXPORT void ShowExamplesWindow(
|
| Operation operation,
|
| - gfx::NativeView window_context,
|
| + gfx::NativeWindow window_context,
|
| scoped_ptr<ScopedVector<ExampleBase> > extra_examples);
|
|
|
| } // namespace examples
|
|
|