| Index: chrome/browser/ui/webui/chrome_web_ui_factory.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chrome_web_ui_factory.h (revision 117871)
|
| +++ chrome/browser/ui/webui/chrome_web_ui_factory.h (working copy)
|
| @@ -12,11 +12,8 @@
|
| #include "content/public/browser/web_ui_factory.h"
|
| #include "chrome/browser/favicon/favicon_service.h"
|
|
|
| -class WebUI;
|
| -class GURL;
|
| class Profile;
|
| class RefCountedMemory;
|
| -class TabContents;
|
|
|
| class ChromeWebUIFactory : public content::WebUIFactory {
|
| public:
|
| @@ -29,8 +26,9 @@
|
| virtual bool HasWebUIScheme(const GURL& url) const OVERRIDE;
|
| virtual bool IsURLAcceptableForWebUI(content::BrowserContext* browser_context,
|
| const GURL& url) const OVERRIDE;
|
| - virtual WebUI* CreateWebUIForURL(content::WebContents* tab_contents,
|
| - const GURL& url) const OVERRIDE;
|
| + virtual content::WebUIController* CreateWebUIForURL(
|
| + WebUI* web_ui,
|
| + const GURL& url) const OVERRIDE;
|
|
|
| // Get the favicon for |page_url| and forward the result to the |request|
|
| // when loaded.
|
|
|