Index: chrome/browser/ui/webui/bug_report_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/bug_report_ui.h (revision 116011) |
+++ chrome/browser/ui/webui/bug_report_ui.h (working copy) |
@@ -10,7 +10,6 @@ |
#include "chrome/browser/ui/webui/html_dialog_ui.h" |
class Browser; |
-class TabContents; |
namespace browser { |
void ShowHtmlBugReportView(Browser* browser, |
@@ -20,7 +19,7 @@ |
class BugReportUI : public HtmlDialogUI { |
public: |
- explicit BugReportUI(TabContents* contents); |
+ explicit BugReportUI(content::WebContents* contents); |
private: |
DISALLOW_COPY_AND_ASSIGN(BugReportUI); |