From e09cfd8679ef12b16e17a1d246a1057d24c6132c Mon Sep 17 00:00:00 2001 From: "georgey@chromium.org" Date: Thu, 28 Jan 2010 00:32:08 +0000 Subject: First revision of the AutoFill settings dialog. What works: 1. Layout (for the most part) 2. Editing and saving the items What does not 1. Scroll 2. Delete/Add buttons 3. some layout quirks 4. collapsible editable sets. BUG=33026 TEST=none for now. Review URL: http://codereview.chromium.org/554081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37357 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autofill/credit_card.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/autofill/credit_card.h') diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h index 3962c40..7c9716e 100644 --- a/chrome/browser/autofill/credit_card.h +++ b/chrome/browser/autofill/credit_card.h @@ -16,6 +16,7 @@ class CreditCard : public FormGroup { CreditCard(const string16& label, int unique_id); // For use in STL containers. CreditCard(const CreditCard& card); + CreditCard(); // FormGroup implementation: FormGroup* Clone() const; -- cgit v1.1