| Index: components/autofill/core/browser/autofill_download_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_download_unittest.cc b/components/autofill/core/browser/autofill_download_unittest.cc
|
| index 0959541463d69f9b788d4de367698c1acf2c694a..b568e794067faf50b3afeb304a824e35c2274f53 100644
|
| --- a/components/autofill/core/browser/autofill_download_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_download_unittest.cc
|
| @@ -133,7 +133,6 @@ TEST_F(AutofillDownloadTest, QueryAndUploadTest) {
|
| net::TestURLFetcherFactory factory;
|
|
|
| FormData form;
|
| - form.method = ASCIIToUTF16("post");
|
|
|
| FormFieldData field;
|
| field.label = ASCIIToUTF16("username");
|
| @@ -344,7 +343,6 @@ TEST_F(AutofillDownloadTest, CacheQueryTest) {
|
| net::TestURLFetcherFactory factory;
|
|
|
| FormData form;
|
| - form.method = ASCIIToUTF16("post");
|
|
|
| FormFieldData field;
|
| field.form_control_type = "text";
|
|
|