Index: chrome/browser/autofill/credit_card.h |
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h |
index 9136b5e5221c8b05f59cfedcc9806e4528b545f4..ebb31610a81d813a6f23d646db98792f31ca6bd7 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 { return label_; } |
+ virtual const string16 Label() const; |
// The number altered for display, for example: ******1234 |
string16 ObfuscatedNumber() const; |