summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_error_controller.h
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-10-03 17:40:32 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-04 00:40:55 +0000
commita15bee143f21dcc0fb91b8b7f81848a7e51a38bb (patch)
tree10b6e06058381b392a2e0147360afea9de38b36b /chrome/browser/extensions/extension_error_controller.h
parente7c9f7781cbc6db099dacbefdc19ac2fd9bfc19a (diff)
downloadchromium_src-a15bee143f21dcc0fb91b8b7f81848a7e51a38bb.zip
chromium_src-a15bee143f21dcc0fb91b8b7f81848a7e51a38bb.tar.gz
chromium_src-a15bee143f21dcc0fb91b8b7f81848a7e51a38bb.tar.bz2
replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/
BUG=417463 Review URL: https://codereview.chromium.org/624153002 Cr-Commit-Position: refs/heads/master@{#298134}
Diffstat (limited to 'chrome/browser/extensions/extension_error_controller.h')
-rw-r--r--chrome/browser/extensions/extension_error_controller.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/extensions/extension_error_controller.h b/chrome/browser/extensions/extension_error_controller.h
index a86e8f6..26987d2 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).