| Index: chrome/browser/autofill/autofill_manager.cc
|
| diff --git a/chrome/browser/autofill/autofill_manager.cc b/chrome/browser/autofill/autofill_manager.cc
|
| index c1a53697e6091d98c6faa0e797bc6b1fdcc7ace1..5865235a3673f7c96cbf07b88451c8706a7ec00e 100644
|
| --- a/chrome/browser/autofill/autofill_manager.cc
|
| +++ b/chrome/browser/autofill/autofill_manager.cc
|
| @@ -39,8 +39,8 @@ const int kAutoFillPhoneNumberPrefixCount = 3;
|
| const int kAutoFillPhoneNumberSuffixOffset = 3;
|
| const int kAutoFillPhoneNumberSuffixCount = 4;
|
|
|
| -const string16::value_type kCreditCardPrefix[] = {'*', 0};
|
| -const string16::value_type kLabelSeparator[] = {';',' ', '*', 0};
|
| +const string16::value_type kCreditCardPrefix[] = {'*',0};
|
| +const string16::value_type kLabelSeparator[] = {';',' ','*',0};
|
|
|
| // Combines the |label| string with the last four digits of the credit card
|
| // |cc|. If one, the other, or both are empty strings we omit the separator.
|
|
|