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

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

Issue 11360055: [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase harder Created 8 years, 1 month 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/contact_info_unittest.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
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
index acfe491b5e7b2a965495987dfe5757edbb3ec7ad..7514a8e4f97f99b634bc1bcf6ddbae6b5d345ed4 100644
--- a/chrome/browser/autofill/credit_card.h
+++ b/chrome/browser/autofill/credit_card.h
@@ -24,8 +24,9 @@ class CreditCard : public FormGroup {
virtual ~CreditCard();
// FormGroup implementation:
- virtual string16 GetInfo(AutofillFieldType type) const OVERRIDE;
- virtual void SetInfo(AutofillFieldType type, const string16& value) OVERRIDE;
+ virtual string16 GetRawInfo(AutofillFieldType type) const OVERRIDE;
+ virtual void SetRawInfo(AutofillFieldType type,
+ const string16& value) OVERRIDE;
virtual string16 GetCanonicalizedInfo(AutofillFieldType type) const OVERRIDE;
virtual bool SetCanonicalizedInfo(AutofillFieldType type,
const string16& value) OVERRIDE;
« no previous file with comments | « chrome/browser/autofill/contact_info_unittest.cc ('k') | chrome/browser/autofill/credit_card.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698