| Index: components/autofill/core/browser/autofill_test_utils.cc
|
| diff --git a/components/autofill/core/browser/autofill_test_utils.cc b/components/autofill/core/browser/autofill_test_utils.cc
|
| index 0393d867e922b5bda1fe673bddaa2d63decb46ee..87f04aefe4f2e55d3299b0be1e3d988b2f38fe3c 100644
|
| --- a/components/autofill/core/browser/autofill_test_utils.cc
|
| +++ b/components/autofill/core/browser/autofill_test_utils.cc
|
| @@ -52,7 +52,6 @@ void CreateTestFormField(const char* label,
|
|
|
| void CreateTestAddressFormData(FormData* form) {
|
| form->name = ASCIIToUTF16("MyForm");
|
| - form->method = ASCIIToUTF16("POST");
|
| form->origin = GURL("http://myform.com/form.html");
|
| form->action = GURL("http://myform.com/submit.html");
|
| form->user_submitted = true;
|
|
|