| Index: chrome/browser/ui/webui/constrained_html_ui.h
|
| diff --git a/chrome/browser/ui/webui/constrained_html_ui.h b/chrome/browser/ui/webui/constrained_html_ui.h
|
| index 08c6801d37a192806ca9207bdbf7fbe61553efc4..cb0d4e81394aad86e887529d51aa46c737361030 100644
|
| --- a/chrome/browser/ui/webui/constrained_html_ui.h
|
| +++ b/chrome/browser/ui/webui/constrained_html_ui.h
|
| @@ -16,6 +16,7 @@ class HtmlDialogUIDelegate;
|
| class Profile;
|
| class RenderViewHost;
|
| class TabContents;
|
| +class TabContentsWrapper;
|
|
|
| class ConstrainedHtmlUIDelegate {
|
| public:
|
| @@ -45,7 +46,7 @@ class ConstrainedHtmlUI : public ChromeWebUI {
|
| static ConstrainedWindow* CreateConstrainedHtmlDialog(
|
| Profile* profile,
|
| HtmlDialogUIDelegate* delegate,
|
| - TabContents* overshadowed);
|
| + TabContentsWrapper* overshadowed);
|
|
|
| // Returns a property accessor that can be used to set the
|
| // ConstrainedHtmlUIDelegate property on a TabContents.
|
|
|