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

Unified Diff: components/policy/core/common/forwarding_policy_provider.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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: components/policy/core/common/forwarding_policy_provider.h
diff --git a/components/policy/core/common/forwarding_policy_provider.h b/components/policy/core/common/forwarding_policy_provider.h
index db24ff6cfae1b9eda6797ffc5c98a480f28d0546..7ca47c2179ea63b36c72f0ef109141d8a945c6d4 100644
--- a/components/policy/core/common/forwarding_policy_provider.h
+++ b/components/policy/core/common/forwarding_policy_provider.h
@@ -43,14 +43,14 @@ class POLICY_EXPORT ForwardingPolicyProvider
// except POLICY_DOMAIN_CHROME, whose status is always queried from the
// |delegate_|. RefreshPolicies() calls are also forwarded, since this
// provider doesn't have a "real" policy source of its own.
- virtual void Init(SchemaRegistry* registry) OVERRIDE;
- virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
- virtual void RefreshPolicies() OVERRIDE;
- virtual void OnSchemaRegistryReady() OVERRIDE;
- virtual void OnSchemaRegistryUpdated(bool has_new_schemas) OVERRIDE;
+ virtual void Init(SchemaRegistry* registry) override;
+ virtual bool IsInitializationComplete(PolicyDomain domain) const override;
+ virtual void RefreshPolicies() override;
+ virtual void OnSchemaRegistryReady() override;
+ virtual void OnSchemaRegistryUpdated(bool has_new_schemas) override;
// ConfigurationPolicyProvider::Observer:
- virtual void OnUpdatePolicy(ConfigurationPolicyProvider* provider) OVERRIDE;
+ virtual void OnUpdatePolicy(ConfigurationPolicyProvider* provider) override;
private:
enum InitializationState {
« no previous file with comments | « components/policy/core/common/configuration_policy_provider_test.h ('k') | components/policy/core/common/policy_loader_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698