| Index: chrome/browser/ui/webui/test_chrome_web_ui_factory.h
|
| diff --git a/chrome/browser/ui/webui/test_chrome_web_ui_factory.h b/chrome/browser/ui/webui/test_chrome_web_ui_factory.h
|
| index afd54dc9890087405fbe8a8d6320f0140fbc96e8..5843c18a5bfae4c6ff74b8994de5f31f2eefab9b 100644
|
| --- a/chrome/browser/ui/webui/test_chrome_web_ui_factory.h
|
| +++ b/chrome/browser/ui/webui/test_chrome_web_ui_factory.h
|
| @@ -43,7 +43,7 @@ class TestChromeWebUIFactory : public ChromeWebUIFactory {
|
| static void RemoveFactoryOverride(const std::string& host);
|
|
|
| // ChromeWebUIFactory overrides.
|
| - virtual WebUI::TypeID GetWebUIType(Profile* profile,
|
| + virtual WebUI::TypeID GetWebUIType(content::BrowserContext* browser_context,
|
| const GURL& url) const OVERRIDE;
|
| virtual WebUI* CreateWebUIForURL(TabContents* tab_contents,
|
| const GURL& url) const OVERRIDE;
|
|
|