| Index: components/autofill/core/browser/autofill_test_utils.h
|
| diff --git a/components/autofill/core/browser/autofill_test_utils.h b/components/autofill/core/browser/autofill_test_utils.h
|
| index 5335374311b3f049ca7d42258a8477cdfaefa5a6..677ab6c8e7f17d38656172552bcfa8cf368ebf75 100644
|
| --- a/components/autofill/core/browser/autofill_test_utils.h
|
| +++ b/components/autofill/core/browser/autofill_test_utils.h
|
| @@ -133,7 +133,8 @@ void FillUploadField(AutofillUploadContents::Field* field,
|
| const char* control_type,
|
| const char* label,
|
| const char* autocomplete,
|
| - unsigned autofill_type);
|
| + unsigned autofill_type,
|
| + const char* css_classes);
|
|
|
| // Fills the query form |field| with the information passed by parameter. If the
|
| // value of a const char* parameter is NULL, the corresponding attribute won't
|
|
|