Index: chrome/browser/chromeos/policy/cloud_external_data_policy_observer.h |
diff --git a/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.h b/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.h |
index d3c4a2e5cb37559931ab3442e0acde31ee166748..925530ad6207c67ebebf38901e9771d53eadbfd2 100644 |
--- a/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.h |
+++ b/chrome/browser/chromeos/policy/cloud_external_data_policy_observer.h |
@@ -69,11 +69,11 @@ class CloudExternalDataPolicyObserver |
// content::NotificationObserver: |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) OVERRIDE; |
+ const content::NotificationDetails& details) override; |
// DeviceLocalAccountPolicyService::Observer: |
- virtual void OnPolicyUpdated(const std::string& user_id) OVERRIDE; |
- virtual void OnDeviceLocalAccountsChanged() OVERRIDE; |
+ virtual void OnPolicyUpdated(const std::string& user_id) override; |
+ virtual void OnDeviceLocalAccountsChanged() override; |
private: |
// Helper class that observes |policy_| for a logged-in user. |