| Index: content/browser/webui/web_ui_controller_factory_registry.h
|
| diff --git a/content/browser/webui/web_ui_controller_factory_registry.h b/content/browser/webui/web_ui_controller_factory_registry.h
|
| index 6d0da82edebff83544f06ccb0a81f283b10b6e9d..b43574557048b5825de82565f5a280892892b3fd 100644
|
| --- a/content/browser/webui/web_ui_controller_factory_registry.h
|
| +++ b/content/browser/webui/web_ui_controller_factory_registry.h
|
| @@ -20,13 +20,13 @@ class CONTENT_EXPORT WebUIControllerFactoryRegistry
|
| // WebUIControllerFactory implementation. Each method loops through the same
|
| // method on all the factories.
|
| virtual WebUIController* CreateWebUIControllerForURL(
|
| - WebUI* web_ui, const GURL& url) const OVERRIDE;
|
| + WebUI* web_ui, const GURL& url) const override;
|
| virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
|
| - const GURL& url) const OVERRIDE;
|
| + const GURL& url) const override;
|
| virtual bool UseWebUIForURL(BrowserContext* browser_context,
|
| - const GURL& url) const OVERRIDE;
|
| + const GURL& url) const override;
|
| virtual bool UseWebUIBindingsForURL(BrowserContext* browser_context,
|
| - const GURL& url) const OVERRIDE;
|
| + const GURL& url) const override;
|
|
|
| // Returns true if the given URL can be loaded by Web UI system. This allows
|
| // URLs that UseWebUIForURL returns true for, and also URLs that can be loaded
|
|
|