Index: chrome/browser/autofill/credit_card.h |
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h |
index e7368e45d403bd83fa99269453452631bd1247a6..7a81366e01cb6fc02c0acc2d6d1907b5b4a335a6 100644 |
--- a/chrome/browser/autofill/credit_card.h |
+++ b/chrome/browser/autofill/credit_card.h |
@@ -32,7 +32,7 @@ class CreditCard : public FormGroup { |
virtual string16 GetFieldText(const AutoFillType& type) const; |
virtual string16 GetPreviewText(const AutoFillType& type) const; |
virtual void SetInfo(const AutoFillType& type, const string16& value); |
- virtual const string16 Label() const; |
+ virtual string16 Label() const; |
dhollowa
2011/02/17 00:55:28
Same here... please put |const| back. And in impl
Ilya Sherman
2011/02/17 23:09:11
Done.
|
// Special method to set value for HTML5 month input type. |
void SetInfoForMonthInputType(const string16& value); |