| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 134857)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -70,7 +70,10 @@
|
| class TabNavigation;
|
| class TabStripModel;
|
| struct WebApplicationInfo;
|
| +
|
| +namespace views {
|
| class WebDialogDelegate;
|
| +}
|
|
|
| namespace content {
|
| class NavigationController;
|
| @@ -491,7 +494,7 @@
|
| // is the window that should be parent of the dialog, or NULL for the default.
|
| // |style| customizes this HTML dialog decoration and layout (X button,
|
| // throbber, default content padding).
|
| - gfx::NativeWindow BrowserShowWebDialog(WebDialogDelegate* delegate,
|
| + gfx::NativeWindow BrowserShowWebDialog(views::WebDialogDelegate* delegate,
|
| gfx::NativeWindow parent_window);
|
|
|
| // Called when a popup select is about to be displayed.
|
|
|