diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 21:21:36 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 21:21:36 +0000 |
commit | 4bf413576fa9c6e19a16119b007112f7a32c6ffc (patch) | |
tree | 4f001c33aff643657dbea57da0f944e01c36fa9b /chrome/browser/autofill | |
parent | 2f4a6c55fc37dc085adaf808d1f436be91c82a09 (diff) | |
download | chromium_src-4bf413576fa9c6e19a16119b007112f7a32c6ffc.zip chromium_src-4bf413576fa9c6e19a16119b007112f7a32c6ffc.tar.gz chromium_src-4bf413576fa9c6e19a16119b007112f7a32c6ffc.tar.bz2 |
chrome 1: string_util.h -> utf_string_conversions.h fix.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/672001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/autofill_dialog_gtk.cc | 1 | ||||
-rw-r--r-- | chrome/browser/autofill/autofill_profile.cc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_dialog_gtk.cc b/chrome/browser/autofill/autofill_dialog_gtk.cc index 796a7de..e447c21 100644 --- a/chrome/browser/autofill/autofill_dialog_gtk.cc +++ b/chrome/browser/autofill/autofill_dialog_gtk.cc @@ -12,6 +12,7 @@ #include "app/l10n_util.h" #include "base/logging.h" #include "base/message_loop.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/autofill/autofill_profile.h" #include "chrome/browser/autofill/credit_card.h" #include "chrome/browser/autofill/form_group.h" diff --git a/chrome/browser/autofill/autofill_profile.cc b/chrome/browser/autofill/autofill_profile.cc index a8f0397..6d4fdfd 100644 --- a/chrome/browser/autofill/autofill_profile.cc +++ b/chrome/browser/autofill/autofill_profile.cc @@ -8,7 +8,7 @@ #include "app/l10n_util.h" #include "base/stl_util-inl.h" -#include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "chrome/browser/autofill/address.h" #include "chrome/browser/autofill/autofill_manager.h" #include "chrome/browser/autofill/billing_address.h" |