diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:35:05 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-10 00:35:05 +0000 |
commit | 4197e09bb7eed8a296567b86defa12ab7c937a6f (patch) | |
tree | 51b2242d53e771d1e3eee26d4d5332929cc2caa5 /chrome/common/logging_chrome.cc | |
parent | 1096a1fef7d50c0312c0b7d2779ffd9c1a9285c8 (diff) | |
download | chromium_src-4197e09bb7eed8a296567b86defa12ab7c937a6f.zip chromium_src-4197e09bb7eed8a296567b86defa12ab7c937a6f.tar.gz chromium_src-4197e09bb7eed8a296567b86defa12ab7c937a6f.tar.bz2 |
mac: string_util.h -> utf_string_conversions.h fix.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/745003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/logging_chrome.cc')
-rw-r--r-- | chrome/common/logging_chrome.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc index c957782..2747447 100644 --- a/chrome/common/logging_chrome.cc +++ b/chrome/common/logging_chrome.cc @@ -38,8 +38,8 @@ #include "base/file_util.h" #include "base/logging.h" #include "base/path_service.h" -#include "base/string_util.h" #include "base/sys_info.h" +#include "base/utf_string_conversions.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/env_vars.h" |