| Index: components/autofill/core/browser/credit_card.cc
|
| diff --git a/components/autofill/core/browser/credit_card.cc b/components/autofill/core/browser/credit_card.cc
|
| index 6964aa496aaecb87a073316e9a359fe43f202c10..e3e2b995201cc865134280f96d9d4f4d6dec8727 100644
|
| --- a/components/autofill/core/browser/credit_card.cc
|
| +++ b/components/autofill/core/browser/credit_card.cc
|
| @@ -39,7 +39,7 @@ namespace autofill {
|
|
|
| namespace {
|
|
|
| -const char16 kCreditCardObfuscationSymbol = '*';
|
| +const base::char16 kCreditCardObfuscationSymbol = '*';
|
|
|
| // This is the maximum obfuscated symbols displayed.
|
| // It is introduced to avoid rare cases where the credit card number is
|
|
|