| Index: chrome/browser/chromeos/policy/device_cloud_policy_invalidator.h
|
| diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_invalidator.h b/chrome/browser/chromeos/policy/device_cloud_policy_invalidator.h
|
| index 875719f52ab3ef692ec6c5850983a01f95d413b2..f1802251f6a55f6675fe6267fa1621cbc3a0cd68 100644
|
| --- a/chrome/browser/chromeos/policy/device_cloud_policy_invalidator.h
|
| +++ b/chrome/browser/chromeos/policy/device_cloud_policy_invalidator.h
|
| @@ -39,7 +39,7 @@ class DeviceCloudPolicyInvalidator : public content::NotificationObserver {
|
| // content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| private:
|
| friend class DeviceCloudPolicyInvalidatorTest;
|
|
|