| 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 d257470482caa0e2b68e66b92baffceb4df9249e..7796407be0876f7608fd16fb8122cb5b527166ae 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| @@ -52,11 +52,6 @@ struct DetailInput {
|
| base::string16 initial_value;
|
| };
|
|
|
| -// Determines whether |type| and |field| match.
|
| -typedef base::Callback<bool(ServerFieldType type,
|
| - const AutofillField& field)>
|
| - InputFieldComparator;
|
| -
|
| // Sections of the dialog --- all fields that may be shown to the user fit under
|
| // one of these sections.
|
| enum DialogSection {
|
|
|