| Index: components/autofill/core/browser/form_structure.cc
|
| diff --git a/components/autofill/core/browser/form_structure.cc b/components/autofill/core/browser/form_structure.cc
|
| index 3b2d93a3f58859350f6a510623592dd837993005..cf4ae5c7b1550a66e3585498793ae28d058d3bf4 100644
|
| --- a/components/autofill/core/browser/form_structure.cc
|
| +++ b/components/autofill/core/browser/form_structure.cc
|
| @@ -605,7 +605,7 @@ bool FormStructure::ShouldBeParsed() const {
|
| // Rule out http(s)://*/search?...
|
| // e.g. http://www.google.com/search?q=...
|
| // http://search.yahoo.com/search?p=...
|
| - if (target_url_.path() == "/search")
|
| + if (target_url_.path_piece() == "/search")
|
| return false;
|
|
|
| bool has_text_field = false;
|
|
|