summaryrefslogtreecommitdiffstats
path: root/chrome/tools/profiles
diff options
context:
space:
mode:
authorjhawkins@google.com <jhawkins@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 18:25:45 +0000
committerjhawkins@google.com <jhawkins@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 18:25:45 +0000
commitd55194ca076df03e149b904b12f83baadad85a8e (patch)
tree5732658491a778651e02fcc17beb8655a1a7edf1 /chrome/tools/profiles
parent5bc8fe91607f20f2d43dc461ca188dd07b55d435 (diff)
downloadchromium_src-d55194ca076df03e149b904b12f83baadad85a8e.zip
chromium_src-d55194ca076df03e149b904b12f83baadad85a8e.tar.gz
chromium_src-d55194ca076df03e149b904b12f83baadad85a8e.tar.bz2
win: string_util.h -> utf_string_conversions.h fix.
BUG=none TEST=none Review URL: http://codereview.chromium.org/830002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/profiles')
-rw-r--r--chrome/tools/profiles/generate_profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc
index fe7af1e..a7a2bd9 100644
--- a/chrome/tools/profiles/generate_profile.cc
+++ b/chrome/tools/profiles/generate_profile.cc
@@ -14,8 +14,8 @@
#include "base/message_loop.h"
#include "base/path_service.h"
#include "base/process_util.h"
-#include "base/string_util.h"
#include "base/time.h"
+#include "base/utf_string_conversions.h"
#include "chrome/browser/history/history.h"
#include "chrome/common/thumbnail_score.h"
#include "third_party/skia/include/core/SkBitmap.h"