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

Unified Diff: components/payments/content/payment_response_helper.h

Issue 2842463002: [Payments] Normalize billing address for response on Desktop. (Closed)
Patch Set: Addressed moe's comments Created 3 years, 8 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
Index: components/payments/content/payment_response_helper.h
diff --git a/components/payments/content/payment_response_helper.h b/components/payments/content/payment_response_helper.h
index fde039d74482f36e8249521581b622815f006a8d..83a66aa6ab2cc729c2044ff6e3540c9630375161 100644
--- a/components/payments/content/payment_response_helper.h
+++ b/components/payments/content/payment_response_helper.h
@@ -20,7 +20,7 @@ class PaymentRequestSpec;
// before adding them to the PaymentResponse.
// A helper class to facilitate the creation of the PaymentResponse.
class PaymentResponseHelper : public PaymentInstrument::Delegate,
- AddressNormalizer::Delegate {
+ public AddressNormalizer::Delegate {
public:
class Delegate {
public:

Powered by Google App Engine
This is Rietveld 408576698