Index: chrome/browser/ui/webui/test_chrome_web_ui_factory.h |
=================================================================== |
--- chrome/browser/ui/webui/test_chrome_web_ui_factory.h (revision 116777) |
+++ chrome/browser/ui/webui/test_chrome_web_ui_factory.h (working copy) |
@@ -44,7 +44,7 @@ |
// ChromeWebUIFactory overrides. |
virtual WebUI::TypeID GetWebUIType(content::BrowserContext* browser_context, |
const GURL& url) const OVERRIDE; |
- virtual WebUI* CreateWebUIForURL(TabContents* tab_contents, |
+ virtual WebUI* CreateWebUIForURL(content::WebContents* web_contents, |
const GURL& url) const OVERRIDE; |
// Return the singleton instance. |