diff options
Diffstat (limited to 'components/autofill/browser/state_names.cc')
-rw-r--r-- | components/autofill/browser/state_names.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/browser/state_names.cc b/components/autofill/browser/state_names.cc index 3c28ef3..9fca367 100644 --- a/components/autofill/browser/state_names.cc +++ b/components/autofill/browser/state_names.cc @@ -6,7 +6,7 @@ #include "base/basictypes.h" #include "base/string_util.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" namespace autofill { namespace state_names { |