| Index: components/autofill/content/common/autofill_types_struct_traits_unittest.cc
|
| diff --git a/components/autofill/content/common/autofill_types_struct_traits_unittest.cc b/components/autofill/content/common/autofill_types_struct_traits_unittest.cc
|
| index 2da13f212b16d241f16d29f27ea944301a688279..1ac7a7495be331beb355ff0ebf3762755f3feabc 100644
|
| --- a/components/autofill/content/common/autofill_types_struct_traits_unittest.cc
|
| +++ b/components/autofill/content/common/autofill_types_struct_traits_unittest.cc
|
| @@ -327,6 +327,7 @@ TEST_F(AutofillTypeTraitsTestImpl, PassFormFieldData) {
|
| test::CreateTestSelectField("TestLabel", "TestName", "TestValue", kOptions,
|
| kOptions, 4, &input);
|
| // Set other attributes to check if they are passed correctly.
|
| + input.id = base::ASCIIToUTF16("id");
|
| input.autocomplete_attribute = "on";
|
| input.placeholder = base::ASCIIToUTF16("placeholder");
|
| input.css_classes = base::ASCIIToUTF16("class1");
|
|
|