| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index d9ba38d63764c613cd248a6c48f85aafaba49ac3..8a4aa9d9cba78daca006cf359933997de1ba7045 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -40,7 +40,7 @@ namespace chrome {
|
| //
|
| // Make sure to use the returned window only when you know it is safe
|
| // to do so, i.e. before OnDialogClosed() is called on the delegate.
|
| -gfx::NativeWindow ShowWebDialog(gfx::NativeWindow parent,
|
| +gfx::NativeWindow ShowWebDialog(gfx::NativeView parent,
|
| content::BrowserContext* context,
|
| ui::WebDialogDelegate* delegate);
|
|
|
|
|