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

Unified Diff: components/autofill/content/browser/wallet/wallet_items.cc

Issue 21947003: [Autofill] Move FieldTypeGroup out of the AutofillType class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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: components/autofill/content/browser/wallet/wallet_items.cc
diff --git a/components/autofill/content/browser/wallet/wallet_items.cc b/components/autofill/content/browser/wallet/wallet_items.cc
index 1643461877d86793458d9ca5ffff92c593398b1d..1608c3ecbd3adbafa0eb977c83a78ca30678c0e2 100644
--- a/components/autofill/content/browser/wallet/wallet_items.cc
+++ b/components/autofill/content/browser/wallet/wallet_items.cc
@@ -311,7 +311,7 @@ const gfx::Image& WalletItems::MaskedInstrument::CardIcon() const {
base::string16 WalletItems::MaskedInstrument::GetInfo(
AutofillFieldType type,
const std::string& app_locale) const {
- if (AutofillType(type).group() != AutofillType::CREDIT_CARD)
+ if (AutofillType(type).group() != CREDIT_CARD)
return address().GetInfo(type, app_locale);
switch (type) {
« no previous file with comments | « components/autofill/content/browser/autocheckout_manager.cc ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698