Index: chrome/browser/ui/autofill/autofill_dialog_view.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h |
index aa27201f564bcc4d14afad154c35da7aa3d878d1..04ccd249ffc89aa8158e765b7f5c1df1070f8d5a 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h |
@@ -74,7 +74,7 @@ class AutofillDialogView { |
const DetailInput& originating_input) = 0; |
// Fills |output| with data the user manually input. |
- virtual void GetUserInput(DialogSection section, DetailOutputMap* output) = 0; |
+ virtual void GetUserInput(DialogSection section, FieldValueMap* output) = 0; |
// Gets the CVC value the user typed to go along with the stored credit card |
// data. If the user is inputing credit card data from scratch, this is not |