Index: content/browser/webui/empty_web_ui_factory.cc |
=================================================================== |
--- content/browser/webui/empty_web_ui_factory.cc (revision 116777) |
+++ content/browser/webui/empty_web_ui_factory.cc (working copy) |
@@ -12,7 +12,7 @@ |
EmptyWebUIFactory::~EmptyWebUIFactory() { |
} |
-WebUI* EmptyWebUIFactory::CreateWebUIForURL(TabContents* source, |
+WebUI* EmptyWebUIFactory::CreateWebUIForURL(WebContents* source, |
const GURL& url) const { |
return NULL; |
} |