| Index: components/policy/core/browser/configuration_policy_handler_unittest.cc
|
| diff --git a/components/policy/core/browser/configuration_policy_handler_unittest.cc b/components/policy/core/browser/configuration_policy_handler_unittest.cc
|
| index a969219087b45efbcd3ded57a293f07aec94e1df..83861abefb7d418cced7c5a50905a9abe907f20c 100644
|
| --- a/components/policy/core/browser/configuration_policy_handler_unittest.cc
|
| +++ b/components/policy/core/browser/configuration_policy_handler_unittest.cc
|
| @@ -37,7 +37,7 @@ class TestSchemaValidatingPolicyHandler : public SchemaValidatingPolicyHandler {
|
| virtual ~TestSchemaValidatingPolicyHandler() {}
|
|
|
| virtual void ApplyPolicySettings(const policy::PolicyMap&,
|
| - PrefValueMap*) OVERRIDE {
|
| + PrefValueMap*) override {
|
| }
|
|
|
| bool CheckAndGetValueForTest(const PolicyMap& policies,
|
|
|