| Index: components/policy/core/browser/autofill_policy_handler.h
|
| diff --git a/components/policy/core/browser/autofill_policy_handler.h b/components/policy/core/browser/autofill_policy_handler.h
|
| index 983e973940d89d03cc9ccfa1f850972ff5a63ba5..67b90bec57c5e45dd4d2798ec06d4368d448b127 100644
|
| --- a/components/policy/core/browser/autofill_policy_handler.h
|
| +++ b/components/policy/core/browser/autofill_policy_handler.h
|
| @@ -18,7 +18,7 @@ class POLICY_EXPORT AutofillPolicyHandler : public TypeCheckingPolicyHandler {
|
|
|
| // ConfigurationPolicyHandler methods:
|
| virtual void ApplyPolicySettings(const PolicyMap& policies,
|
| - PrefValueMap* prefs) OVERRIDE;
|
| + PrefValueMap* prefs) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AutofillPolicyHandler);
|
|
|