Index: chrome/browser/ui/webui/test_chrome_web_ui_factory.h |
=================================================================== |
--- chrome/browser/ui/webui/test_chrome_web_ui_factory.h (revision 118186) |
+++ chrome/browser/ui/webui/test_chrome_web_ui_factory.h (working copy) |
@@ -39,8 +39,9 @@ |
static void RemoveFactoryOverride(const std::string& host); |
// ChromeWebUIFactory overrides. |
- virtual WebUI::TypeID GetWebUIType(content::BrowserContext* browser_context, |
- const GURL& url) const OVERRIDE; |
+ virtual content::WebUI::TypeID GetWebUIType( |
+ content::BrowserContext* browser_context, |
+ const GURL& url) const OVERRIDE; |
virtual content::WebUIController* CreateWebUIForURL( |
content::WebUI* web_ui, const GURL& url) const OVERRIDE; |