| 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 da3fb08e95e95df3cd01edece4d30b4ec231caec..ddfc86e07e10fe86550afd78b6de0f2165bd307d 100644
|
| --- a/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| +++ b/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| @@ -14,7 +14,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/web_dialogs/web_dialog_delegate.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
| class TabModalConfirmDialogDelegate;
|
|
|
| namespace ui {
|
|
|