| Index: components/autofill/core/common/form_data_unittest.cc
|
| diff --git a/components/autofill/core/common/form_data_unittest.cc b/components/autofill/core/common/form_data_unittest.cc
|
| index 3e0441266a019dd335e286e746147e4e1c63b29e..73d825696dd188195deb827960344f79ca920251 100644
|
| --- a/components/autofill/core/common/form_data_unittest.cc
|
| +++ b/components/autofill/core/common/form_data_unittest.cc
|
| @@ -13,7 +13,6 @@ namespace autofill {
|
| TEST(FormDataTest, SerializeAndDeserialize) {
|
| FormData data;
|
| data.name = base::ASCIIToUTF16("name");
|
| - data.method = base::ASCIIToUTF16("POST");
|
| data.origin = GURL("origin");
|
| data.action = GURL("action");
|
| data.user_submitted = true;
|
|
|