Index: content/shell/shell_content_browser_client.h |
=================================================================== |
--- content/shell/shell_content_browser_client.h (revision 119190) |
+++ content/shell/shell_content_browser_client.h (working copy) |
@@ -33,7 +33,7 @@ |
RenderViewHost* render_view_host) OVERRIDE; |
virtual void RenderProcessHostCreated( |
RenderProcessHost* host) OVERRIDE; |
- virtual WebUIFactory* GetWebUIFactory() OVERRIDE; |
+ virtual WebUIControllerFactory* GetWebUIControllerFactory() OVERRIDE; |
virtual GURL GetEffectiveURL(content::BrowserContext* browser_context, |
const GURL& url) OVERRIDE; |
virtual bool ShouldUseProcessPerSite(BrowserContext* browser_context, |