| Index: chrome/browser/ui/autofill/autofill_dialog_common.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_common.h b/chrome/browser/ui/autofill/autofill_dialog_common.h
|
| index be8badb058b6d79acf87f6239c12d730a6fedec3..5cae5cd5a99856c577eb92b0b9d614623ad2fba1 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_common.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_common.h
|
| @@ -60,6 +60,9 @@ AutofillMetrics::DialogUiEvent DialogSectionToUiSelectionChangedEvent(
|
| // the country: http://crbug.com/247518
|
| base::string16 GetHardcodedValueForType(ServerFieldType type);
|
|
|
| +// Gets just the |type| attributes from each DetailInput.
|
| +std::vector<ServerFieldType> TypesFromInputs(const DetailInputs& inputs);
|
| +
|
| } // namespace common
|
| } // namespace autofill
|
|
|
|
|