Index: chrome/browser/ui/webui/ntp/new_tab_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/ntp/new_tab_ui.h (revision 116011) |
+++ chrome/browser/ui/webui/ntp/new_tab_ui.h (working copy) |
@@ -25,7 +25,7 @@ |
class NewTabUI : public ChromeWebUI, |
public content::NotificationObserver { |
public: |
- explicit NewTabUI(TabContents* manager); |
+ explicit NewTabUI(content::WebContents* manager); |
virtual ~NewTabUI(); |
// Override WebUI methods so we can hook up the paint timer to the render |