| Index: content/browser/webui/empty_web_ui_factory.h
|
| ===================================================================
|
| --- content/browser/webui/empty_web_ui_factory.h (revision 117871)
|
| +++ content/browser/webui/empty_web_ui_factory.h (working copy)
|
| @@ -17,8 +17,8 @@
|
| // Returns the singleton instance.
|
| static EmptyWebUIFactory* GetInstance();
|
|
|
| - virtual WebUI* CreateWebUIForURL(WebContents* source,
|
| - const GURL& url) const OVERRIDE;
|
| + virtual WebUIController* CreateWebUIForURL(WebUI* web_ui,
|
| + const GURL& url) const OVERRIDE;
|
| virtual WebUI::TypeID GetWebUIType(content::BrowserContext* browser_context,
|
| const GURL& url) const OVERRIDE;
|
| virtual bool UseWebUIForURL(content::BrowserContext* browser_context,
|
|
|