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

Unified Diff: extensions/browser/test_management_policy.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in 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
« no previous file with comments | « extensions/browser/test_extensions_browser_client.h ('k') | extensions/browser/test_runtime_api_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_management_policy.h
diff --git a/extensions/browser/test_management_policy.h b/extensions/browser/test_management_policy.h
index a96cde9df9ae45806936eeab6401f04b63af1ee6..a9951c7fa9663c0697f56e7a85d95f0751d7738f 100644
--- a/extensions/browser/test_management_policy.h
+++ b/extensions/browser/test_management_policy.h
@@ -34,20 +34,20 @@ class TestManagementPolicyProvider : public ManagementPolicy::Provider {
void SetProhibitedActions(int prohibited_actions);
void SetDisableReason(Extension::DisableReason reason);
- virtual std::string GetDebugPolicyProviderName() const OVERRIDE;
+ virtual std::string GetDebugPolicyProviderName() const override;
virtual bool UserMayLoad(const Extension* extension,
- base::string16* error) const OVERRIDE;
+ base::string16* error) const override;
virtual bool UserMayModifySettings(const Extension* extension,
- base::string16* error) const OVERRIDE;
+ base::string16* error) const override;
virtual bool MustRemainEnabled(const Extension* extension,
- base::string16* error) const OVERRIDE;
+ base::string16* error) const override;
virtual bool MustRemainDisabled(const Extension* extension,
Extension::DisableReason* reason,
- base::string16* error) const OVERRIDE;
+ base::string16* error) const override;
private:
bool may_load_;
« no previous file with comments | « extensions/browser/test_extensions_browser_client.h ('k') | extensions/browser/test_runtime_api_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698