| 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 58f2ea0e7e13b87714758768bc0660bb113cca71..4474c26fade0c5208f4e894ac96e955a49527886 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| @@ -142,7 +142,7 @@ struct SuggestionState {
|
| };
|
|
|
| typedef std::vector<DetailInput> DetailInputs;
|
| -typedef std::map<const DetailInput*, string16> DetailOutputMap;
|
| +typedef std::map<AutofillFieldType, string16> DetailOutputMap;
|
|
|
| // Returns the AutofillMetrics::DIALOG_UI_*_EDIT_UI_SHOWN metric corresponding
|
| // to the |section|.
|
|
|