| Index: components/autofill/core/common/form_data.cc
|
| diff --git a/components/autofill/core/common/form_data.cc b/components/autofill/core/common/form_data.cc
|
| index 050e2e5758250f83e3d43a4f9a55b33d39192e89..2297e1a3818695358d3c267e3624961494944e7d 100644
|
| --- a/components/autofill/core/common/form_data.cc
|
| +++ b/components/autofill/core/common/form_data.cc
|
| @@ -80,8 +80,8 @@ bool FormData::operator!=(const FormData& form) const {
|
| }
|
|
|
| std::ostream& operator<<(std::ostream& os, const FormData& form) {
|
| - os << UTF16ToUTF8(form.name) << " "
|
| - << UTF16ToUTF8(form.method) << " "
|
| + os << base::UTF16ToUTF8(form.name) << " "
|
| + << base::UTF16ToUTF8(form.method) << " "
|
| << form.origin << " "
|
| << form.action << " "
|
| << form.user_submitted << " "
|
|
|