| Index: chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| diff --git a/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h b/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| index 2f4a5126811d5e50eedbee72bf447804b706d049..06266403d4e691b967c43a3b5955b495e868e8e8 100644
|
| --- a/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| +++ b/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| @@ -17,6 +17,10 @@
|
|
|
| class ConstrainedWebDialogDelegate;
|
|
|
| +namespace content {
|
| +class WebContents;
|
| +}
|
| +
|
| // Displays a tab-modal dialog, i.e. a dialog that will block the current page
|
| // but still allow the user to switch to a different page.
|
| // To display the dialog, allocate this object on the heap. It will open the
|
| @@ -27,7 +31,7 @@ class TabModalConfirmDialogWebUI : public TabModalConfirmDialog,
|
| public:
|
| TabModalConfirmDialogWebUI(
|
| TabModalConfirmDialogDelegate* dialog_delegate,
|
| - TabContents* tab_contents);
|
| + content::WebContents* web_contents);
|
|
|
| // ui::WebDialogDelegate implementation.
|
| virtual ui::ModalType GetDialogModalType() const OVERRIDE;
|
|
|