Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: ios/chrome/browser/payments/payment_request.h

Issue 2893353002: [Payment Request] Address edit view controller (Part 2) (Closed)
Patch Set: Initial Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/payments/BUILD.gn ('k') | ios/chrome/browser/payments/test_payment_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ca271f3664ba0d6901422f9858c76f39111a1eff..19f8dcad380a31be5f3c045ac82dabd584947627 100644
--- a/ios/chrome/browser/payments/payment_request.h
+++ b/ios/chrome/browser/payments/payment_request.h
@@ -70,7 +70,7 @@ class PaymentRequest : payments::PaymentOptionsProvider {
payments::CurrencyFormatter* GetOrCreateCurrencyFormatter();
// Returns the autofill::RegionDataLoader instance for this PaymentRequest.
- autofill::RegionDataLoader* GetRegionDataLoader();
+ virtual autofill::RegionDataLoader* GetRegionDataLoader();
// Returns the available autofill profiles for this user to be used as
// shipping profiles.
« no previous file with comments | « ios/chrome/browser/payments/BUILD.gn ('k') | ios/chrome/browser/payments/test_payment_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698