Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / common / form_data_unittest.cc
index 3e04412..73d8256 100644 (file)
@@ -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;