diff options
Diffstat (limited to 'components/autofill/browser/form_field_unittest.cc')
-rw-r--r-- | components/autofill/browser/form_field_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/browser/form_field_unittest.cc b/components/autofill/browser/form_field_unittest.cc index 08018e4..a67f420 100644 --- a/components/autofill/browser/form_field_unittest.cc +++ b/components/autofill/browser/form_field_unittest.cc @@ -4,7 +4,7 @@ #include "base/memory/scoped_vector.h" #include "base/string16.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "components/autofill/browser/autofill_field.h" #include "components/autofill/browser/form_field.h" #include "testing/gtest/include/gtest/gtest.h" |