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

Unified Diff: chrome/browser/extensions/extension_error_controller.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (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/extensions/extension_error_controller.h
diff --git a/chrome/browser/extensions/extension_error_controller.h b/chrome/browser/extensions/extension_error_controller.h
index a86e8f604544b699f154ce3a71f1cb3b3c871393..26987d22c8cf3cda9ee5c462d5c95c29007e4712 100644
--- a/chrome/browser/extensions/extension_error_controller.h
+++ b/chrome/browser/extensions/extension_error_controller.h
@@ -32,12 +32,12 @@ class ExtensionErrorController : public ExtensionErrorUI::Delegate {
private:
// ExtensionErrorUI::Delegate implementation:
- virtual content::BrowserContext* GetContext() OVERRIDE;
- virtual const ExtensionSet& GetExternalExtensions() OVERRIDE;
- virtual const ExtensionSet& GetBlacklistedExtensions() OVERRIDE;
- virtual void OnAlertDetails() OVERRIDE;
- virtual void OnAlertAccept() OVERRIDE;
- virtual void OnAlertClosed() OVERRIDE;
+ virtual content::BrowserContext* GetContext() override;
+ virtual const ExtensionSet& GetExternalExtensions() override;
+ virtual const ExtensionSet& GetBlacklistedExtensions() override;
+ virtual void OnAlertDetails() override;
+ virtual void OnAlertAccept() override;
+ virtual void OnAlertClosed() override;
// Find any extensions that the user should be alerted about (like blacklisted
// extensions).

Powered by Google App Engine
This is Rietveld 408576698