| Index: ui/views/window/dialog_delegate.h
|
| diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h
|
| index 91fff1e51fb8cccda59f0ca7a3ab3b8158f530e0..f627a489ab2a713e1e3189c5a68b7e736a804d6e 100644
|
| --- a/ui/views/window/dialog_delegate.h
|
| +++ b/ui/views/window/dialog_delegate.h
|
| @@ -34,7 +34,7 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel,
|
|
|
| // Create a dialog widget with the specified |context| or |parent|.
|
| static Widget* CreateDialogWidget(WidgetDelegate* delegate,
|
| - gfx::NativeView context,
|
| + gfx::NativeWindow context,
|
| gfx::NativeView parent);
|
|
|
| // Override this function to display an extra view adjacent to the buttons.
|
|
|