| Index: components/payments/core/payments_profile_comparator.h
|
| diff --git a/components/payments/core/payments_profile_comparator.h b/components/payments/core/payments_profile_comparator.h
|
| index e186e05efad34969007fa9198fb58d7049a07e35..dfb3005141929ccfc920acea505a0ef35bcdd884 100644
|
| --- a/components/payments/core/payments_profile_comparator.h
|
| +++ b/components/payments/core/payments_profile_comparator.h
|
| @@ -97,7 +97,7 @@ class PaymentsProfileComparator : public autofill::AutofillProfileComparator {
|
|
|
| // Clears the cached evaluation result for |profile|. Must be called when a
|
| // profile is modified and saved during the course of a PaymentRequest.
|
| - void Invalidate(const autofill::AutofillProfile& profile);
|
| + virtual void Invalidate(const autofill::AutofillProfile& profile);
|
|
|
| private:
|
| ProfileFields ComputeMissingFields(
|
| @@ -121,4 +121,4 @@ class PaymentsProfileComparator : public autofill::AutofillProfileComparator {
|
|
|
| } // namespace payments
|
|
|
| -#endif // COMPONENTS_PAYMENTS_CORE_PAYMENTS_PROFILE_COMPARATOR_H_
|
| +#endif // COMPONENTS_PAYMENTS_CORE_PAYMENTS_PROFILE_COMPARATOR_H_
|
|
|