Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| =================================================================== |
| --- chrome/browser/ui/browser.h (revision 135175) |
| +++ chrome/browser/ui/browser.h (working copy) |
| @@ -70,7 +70,10 @@ |
| class TabNavigation; |
| class TabStripModel; |
| struct WebApplicationInfo; |
| + |
| +namespace web_dialogs { |
|
mazda
2012/05/04 05:01:38
Please move this below gfx.
|
| class WebDialogDelegate; |
| +} |
| namespace content { |
| class NavigationController; |
| @@ -491,8 +494,9 @@ |
| // 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 parent_window); |
| + gfx::NativeWindow |
| + BrowserShowWebDialog(web_dialogs::WebDialogDelegate* delegate, |
| + gfx::NativeWindow parent_window); |
| // Called when a popup select is about to be displayed. |
| void BrowserRenderWidgetShowing(); |