Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: chrome/browser/ui/webui/chrome_web_ui_controller_factory.h

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_contents_handler.h ('k') | chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698