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

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

Issue 8143007: Move a bunch of non-shared methods out of the FormGroup class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
Index: chrome/browser/autofill/credit_card.h
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
index 575573ca25052c4f0df775a5a08323f9742229e1..34dcac83dfd09357a994e521a936f28a41d86053 100644
--- a/chrome/browser/autofill/credit_card.h
+++ b/chrome/browser/autofill/credit_card.h
@@ -32,8 +32,9 @@ class CreditCard : public FormGroup {
const string16& value) OVERRIDE;
virtual void GetMatchingTypes(const string16& text,
FieldTypeSet* matching_types) const OVERRIDE;
+
// Credit card preview summary, for example: ******1234, Exp: 01/2020
- virtual const string16 Label() const;
+ const string16 Label() const;
// Special method to set value for HTML5 month input type.
void SetInfoForMonthInputType(const string16& value);

Powered by Google App Engine
This is Rietveld 408576698