| Index: components/autofill/core/browser/autofill_data_util.cc
|
| diff --git a/components/autofill/core/browser/autofill_data_util.cc b/components/autofill/core/browser/autofill_data_util.cc
|
| index 215b75829bc326ce644595ab7ed7dd90a4923488..b1fdd883334073562378c66a5076832728d5cd68 100644
|
| --- a/components/autofill/core/browser/autofill_data_util.cc
|
| +++ b/components/autofill/core/browser/autofill_data_util.cc
|
| @@ -22,8 +22,8 @@ namespace autofill {
|
| namespace data_util {
|
|
|
| namespace {
|
| -// Mappings from Chrome card types to Payment Request API basic card payment
|
| -// spec types and icons. Note that "generic" is not in the spec.
|
| +// Mappings from Chrome card networks to Payment Request API basic card payment
|
| +// spec networks and icons. Note that "generic" is not in the spec.
|
| // https://w3c.github.io/webpayments-methods-card/#method-id
|
| #if defined(OS_ANDROID)
|
| // On Android, use the PR-specific resource IDs.
|
|
|