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

Unified Diff: components/policy/core/common/cloud/cloud_policy_client_registration_helper.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/cloud/cloud_policy_client_registration_helper.h
diff --git a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
index 81f10f01f53d975905857bc56b480c809b0c5093..26d8b539df436351d16f18e2d21e325c60ff0d6c 100644
--- a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
+++ b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.h
@@ -75,14 +75,14 @@ class POLICY_EXPORT CloudPolicyClientRegistrationHelper
// UserInfoFetcher::Delegate implementation:
virtual void OnGetUserInfoSuccess(
- const base::DictionaryValue* response) OVERRIDE;
+ const base::DictionaryValue* response) override;
virtual void OnGetUserInfoFailure(
- const GoogleServiceAuthError& error) OVERRIDE;
+ const GoogleServiceAuthError& error) override;
// CloudPolicyClient::Observer implementation:
- virtual void OnPolicyFetched(CloudPolicyClient* client) OVERRIDE;
- virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
- virtual void OnClientError(CloudPolicyClient* client) OVERRIDE;
+ virtual void OnPolicyFetched(CloudPolicyClient* client) override;
+ virtual void OnRegistrationStateChanged(CloudPolicyClient* client) override;
+ virtual void OnClientError(CloudPolicyClient* client) override;
// Invoked when the registration request has been completed.
void RequestCompleted();

Powered by Google App Engine
This is Rietveld 408576698