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

Unified Diff: chrome/browser/autofill/credit_card.cc

Issue 6484022: Autofill i18n: Set postal code and state field labels based on the selected country. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Still needs tests Created 9 years, 10 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: 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_;
}

Powered by Google App Engine
This is Rietveld 408576698