| Index: ios/chrome/browser/payments/payment_request.h
|
| diff --git a/ios/chrome/browser/payments/payment_request.h b/ios/chrome/browser/payments/payment_request.h
|
| index 65ea5808f2692e2df6c295a3c76e05b7b06b7b10..8bc25f60ba7fb68e31566c0a114ee33392b78fe8 100644
|
| --- a/ios/chrome/browser/payments/payment_request.h
|
| +++ b/ios/chrome/browser/payments/payment_request.h
|
| @@ -163,7 +163,7 @@ class PaymentRequest : payments::PaymentOptionsProvider {
|
| // Returns whether the current PaymentRequest can be used to make a payment.
|
| bool CanMakePayment() const;
|
|
|
| - private:
|
| + protected:
|
| // Fetches the autofill profiles for this user from the PersonalDataManager,
|
| // and stores copies of them, owned by this PaymentRequest, in profile_cache_.
|
| void PopulateProfileCache();
|
|
|