summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-11 16:30:16 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-11 16:30:16 +0000
commit9da5f162d462607fc2e13bc5c3674729840074d4 (patch)
tree896219175d683bcafa20975489da3c086e6bb3b4 /chrome/browser/history
parenta576b832983604c18a96707427f1b94feb71ffb1 (diff)
downloadchromium_src-9da5f162d462607fc2e13bc5c3674729840074d4.zip
chromium_src-9da5f162d462607fc2e13bc5c3674729840074d4.tar.gz
chromium_src-9da5f162d462607fc2e13bc5c3674729840074d4.tar.bz2
Use utf_string_conversions header in more places.
Patch contributed by Thiago Farina (thiago.farina@gmail.com) TEST=none BUG=none Review URL: http://codereview.chromium.org/465065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r--chrome/browser/history/download_database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/download_database.cc b/chrome/browser/history/download_database.cc
index 4fcf386..8bf4a95 100644
--- a/chrome/browser/history/download_database.cc
+++ b/chrome/browser/history/download_database.cc
@@ -9,7 +9,7 @@
#include "app/sql/connection.h"
#include "app/sql/statement.h"
-#include "base/string_util.h"
+#include "base/utf_string_conversions.h"
#include "build/build_config.h"
#include "chrome/browser/download/download_manager.h"
#include "chrome/browser/history/download_types.h"