diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 03:00:50 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-13 03:00:50 +0000 |
commit | 27bcd0d84a420174e6ecb6816793f9713686206e (patch) | |
tree | 16744fc05e217c6eaa54ba0dc5355dab0a2c8643 /chrome/browser/autofill | |
parent | 6d05df627ba8614a90d8ba4a941424490708533b (diff) | |
download | chromium_src-27bcd0d84a420174e6ecb6816793f9713686206e.zip chromium_src-27bcd0d84a420174e6ecb6816793f9713686206e.tar.gz chromium_src-27bcd0d84a420174e6ecb6816793f9713686206e.tar.bz2 |
AutoFill: Remove one incorrect comment and one useless comment.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1653001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/credit_card.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h index cb4d3af..4c16ec7 100644 --- a/chrome/browser/autofill/credit_card.h +++ b/chrome/browser/autofill/credit_card.h @@ -133,8 +133,7 @@ class CreditCard : public FormGroup { // succeeded. bool ConvertDate(const string16& date, int* num) const; - // The credit card values. - string16 number_; // The encrypted credit card number. + string16 number_; // The credit card number. string16 name_on_card_; // The cardholder's name. string16 type_; // The type of the card. string16 verification_code_; // The CVV. |