| Index: ui/views/window/dialog_delegate.h
|
| diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h
|
| index 2ef798306bd63edcd71a3a8078d894f47686f4b0..692b7874b19d68a17537bd2fdcfe08d51c2980c9 100644
|
| --- a/ui/views/window/dialog_delegate.h
|
| +++ b/ui/views/window/dialog_delegate.h
|
| @@ -31,8 +31,8 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel,
|
| public:
|
| virtual ~DialogDelegate();
|
|
|
| - // Create a |dialog| window Widget with the specified |context| or |parent|.
|
| - static Widget* CreateDialogWidget(DialogDelegate* dialog,
|
| + // Create a dialog widget with the specified |context| or |parent|.
|
| + static Widget* CreateDialogWidget(WidgetDelegate* delegate,
|
| gfx::NativeView context,
|
| gfx::NativeView parent);
|
|
|
|
|