| Index: chrome/browser/ui/webui/hung_renderer_dialog_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/hung_renderer_dialog_ui.h (revision 116011)
|
| +++ chrome/browser/ui/webui/hung_renderer_dialog_ui.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| // The WebUI for chrome://hung-renderer
|
| class HungRendererDialogUI : public HtmlDialogUI {
|
| public:
|
| - explicit HungRendererDialogUI(TabContents* contents);
|
| + explicit HungRendererDialogUI(content::WebContents* contents);
|
| virtual ~HungRendererDialogUI();
|
|
|
| protected:
|
|
|