| 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 ddfc86e07e10fe86550afd78b6de0f2165bd307d..b4eea6cf16e4965eb050d6bb3ca80fd4c0f07ac2 100644
|
| --- a/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| +++ b/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| @@ -15,7 +15,6 @@
|
| #include "ui/web_dialogs/web_dialog_delegate.h"
|
|
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
| class TabModalConfirmDialogDelegate;
|
|
|
| namespace ui {
|
| @@ -31,7 +30,7 @@ class TabModalConfirmDialogWebUI : public ui::WebDialogDelegate {
|
| public:
|
| TabModalConfirmDialogWebUI(
|
| TabModalConfirmDialogDelegate* dialog_delegate,
|
| - TabContentsWrapper* wrapper);
|
| + TabContents* tab_contents);
|
|
|
| // ui::WebDialogDelegate implementation.
|
| virtual ui::ModalType GetDialogModalType() const OVERRIDE;
|
|
|