| Index: components/autofill/core/browser/form_field.cc
|
| diff --git a/components/autofill/core/browser/form_field.cc b/components/autofill/core/browser/form_field.cc
|
| index a817ff613af47059e961ae7648f2ba1e75622f5f..9f213766d2725714a29609c200af8a8fd8ba728e 100644
|
| --- a/components/autofill/core/browser/form_field.cc
|
| +++ b/components/autofill/core/browser/form_field.cc
|
| @@ -91,7 +91,7 @@ bool FormField::ParseFieldSpecifics(AutofillScanner* scanner,
|
| bool FormField::ParseEmptyLabel(AutofillScanner* scanner,
|
| const AutofillField** match) {
|
| return ParseFieldSpecifics(scanner,
|
| - ASCIIToUTF16("^$"),
|
| + base::ASCIIToUTF16("^$"),
|
| MATCH_LABEL | MATCH_ALL_INPUTS,
|
| match);
|
| }
|
|
|