Index: chrome/browser/ui/autofill/autofill_dialog_types.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h |
index 951b9cbae92d54e09969bbed69454034e991fa5e..1651770aa366857b73197b5ef12b968822b610e2 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h |
@@ -195,7 +195,7 @@ enum ValidationType { |
}; |
typedef std::vector<DetailInput> DetailInputs; |
-typedef std::map<const DetailInput*, base::string16> DetailOutputMap; |
+typedef std::map<ServerFieldType, base::string16> FieldValueMap; |
// A validity message for a single input field. |
struct ValidityMessage { |