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