| Index: chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
|
| diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
|
| index 6038ab5a551385cc32a7e2dd5b952b01679dafeb..e7f0dad1c930fc5a985d605c35d37c5b134bb5a0 100644
|
| --- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
|
| +++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
|
| @@ -22,14 +22,14 @@ class ChromeWebUIControllerFactory : public content::WebUIControllerFactory {
|
| public:
|
| virtual content::WebUI::TypeID GetWebUIType(
|
| content::BrowserContext* browser_context,
|
| - const GURL& url) const OVERRIDE;
|
| + const GURL& url) const override;
|
| virtual bool UseWebUIForURL(content::BrowserContext* browser_context,
|
| - const GURL& url) const OVERRIDE;
|
| + const GURL& url) const override;
|
| virtual bool UseWebUIBindingsForURL(content::BrowserContext* browser_context,
|
| - const GURL& url) const OVERRIDE;
|
| + const GURL& url) const override;
|
| virtual content::WebUIController* CreateWebUIControllerForURL(
|
| content::WebUI* web_ui,
|
| - const GURL& url) const OVERRIDE;
|
| + const GURL& url) const override;
|
|
|
| // Get the favicon for |page_url| and run |callback| with result when loaded.
|
| // Note. |callback| is always run asynchronously.
|
|
|