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

Unified Diff: components/policy/core/common/policy_provider_android.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/policy_provider_android.h
diff --git a/components/policy/core/common/policy_provider_android.h b/components/policy/core/common/policy_provider_android.h
index c9d900cfe9c72f8835995cc865cc97a8d20a88ab..c09f95f426ff3c5f1a4cca0d00f2f5f5f8af22ce 100644
--- a/components/policy/core/common/policy_provider_android.h
+++ b/components/policy/core/common/policy_provider_android.h
@@ -33,9 +33,9 @@ class POLICY_EXPORT PolicyProviderAndroid : public ConfigurationPolicyProvider {
void SetPolicies(scoped_ptr<PolicyBundle> policy);
// ConfigurationPolicyProvider:
- virtual void Shutdown() OVERRIDE;
- virtual bool IsInitializationComplete(PolicyDomain domain) const OVERRIDE;
- virtual void RefreshPolicies() OVERRIDE;
+ virtual void Shutdown() override;
+ virtual bool IsInitializationComplete(PolicyDomain domain) const override;
+ virtual void RefreshPolicies() override;
private:
PolicyProviderAndroidDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698