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

Unified Diff: chrome/browser/extensions/policy_handlers.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/policy_handlers.h
diff --git a/chrome/browser/extensions/policy_handlers.h b/chrome/browser/extensions/policy_handlers.h
index 7460d670f141b0235f05a043a3b7dc8aea7c60bd..6c64f27ef5a9e90e915f5f2435bb18b83c22e707 100644
--- a/chrome/browser/extensions/policy_handlers.h
+++ b/chrome/browser/extensions/policy_handlers.h
@@ -27,9 +27,9 @@ class ExtensionListPolicyHandler
// ConfigurationPolicyHandler methods:
virtual bool CheckPolicySettings(const policy::PolicyMap& policies,
- policy::PolicyErrorMap* errors) OVERRIDE;
+ policy::PolicyErrorMap* errors) override;
virtual void ApplyPolicySettings(const policy::PolicyMap& policies,
- PrefValueMap* prefs) OVERRIDE;
+ PrefValueMap* prefs) override;
protected:
const char* pref_path() const;
@@ -54,9 +54,9 @@ class ExtensionInstallForcelistPolicyHandler
// ConfigurationPolicyHandler methods:
virtual bool CheckPolicySettings(const policy::PolicyMap& policies,
- policy::PolicyErrorMap* errors) OVERRIDE;
+ policy::PolicyErrorMap* errors) override;
virtual void ApplyPolicySettings(const policy::PolicyMap& policies,
- PrefValueMap* prefs) OVERRIDE;
+ PrefValueMap* prefs) override;
private:
// Parses the data in |policy_value| and writes them to |extension_dict|.
@@ -78,9 +78,9 @@ class ExtensionURLPatternListPolicyHandler
// ConfigurationPolicyHandler methods:
virtual bool CheckPolicySettings(const policy::PolicyMap& policies,
- policy::PolicyErrorMap* errors) OVERRIDE;
+ policy::PolicyErrorMap* errors) override;
virtual void ApplyPolicySettings(const policy::PolicyMap& policies,
- PrefValueMap* prefs) OVERRIDE;
+ PrefValueMap* prefs) override;
private:
const char* pref_path_;
« no previous file with comments | « chrome/browser/extensions/plugin_manager.h ('k') | chrome/browser/extensions/process_management_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698