Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1348)

Unified Diff: chrome/browser/autofill/credit_card.h

Issue 555023: Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/autofill/autofill_manager.cc ('k') | chrome/browser/autofill/credit_card.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/credit_card.h
===================================================================
--- chrome/browser/autofill/credit_card.h (revision 36570)
+++ chrome/browser/autofill/credit_card.h (working copy)
@@ -14,6 +14,8 @@
class CreditCard : public FormGroup {
public:
explicit CreditCard(const string16& label);
+ // Used for STL.
+ explicit CreditCard(const CreditCard& card);
// FormGroup implementation:
FormGroup* Clone() const;
@@ -66,7 +68,6 @@
void set_expiration_year(int expiration_year);
private:
- explicit CreditCard(const CreditCard& card);
void operator=(const CreditCard& card);
// A helper function for FindInfoMatches that only handles matching the info
« no previous file with comments | « chrome/browser/autofill/autofill_manager.cc ('k') | chrome/browser/autofill/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698