Index: components/autofill/core/browser/credit_card.h |
diff --git a/components/autofill/core/browser/credit_card.h b/components/autofill/core/browser/credit_card.h |
index 3c4c1f65c314442636df8ee31834ad0a763bd2bd..0ca1c877b909de113154907caae3c74b51d2faa9 100644 |
--- a/components/autofill/core/browser/credit_card.h |
+++ b/components/autofill/core/browser/credit_card.h |
@@ -60,7 +60,7 @@ class CreditCard : public AutofillDataModel { |
const std::string& app_locale) OVERRIDE; |
// Credit card preview summary, for example: ******1234, Exp: 01/2020 |
- const base::string16 Label() const; |
+ const base::string16& Label() const; |
vabr (Chromium)
2014/07/11 19:27:49
So I guess the argument with ToString() applies he
lucinka.brozkova
2014/07/11 21:05:57
Done.
|
// Special method to set value for HTML5 month input type. |
void SetInfoForMonthInputType(const base::string16& value); |