| Index: chrome/browser/autofill/credit_card.cc
|
| diff --git a/chrome/browser/autofill/credit_card.cc b/chrome/browser/autofill/credit_card.cc
|
| index 20fca4e28d5393967205dbda4568ce57c1cdeeaa..e1c1efe5ee85ee4f44a791e8f2028b5fd2cd87c7 100644
|
| --- a/chrome/browser/autofill/credit_card.cc
|
| +++ b/chrome/browser/autofill/credit_card.cc
|
| @@ -328,7 +328,7 @@ void CreditCard::SetInfo(const AutoFillType& type, const string16& value) {
|
| }
|
| }
|
|
|
| -const string16 CreditCard::Label() const {
|
| +string16 CreditCard::Label() const {
|
| return label_;
|
| }
|
|
|
|
|