From be1ce6a7b2fa7e9622e5b249abd5fab478b6ca05 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 3 Aug 2010 14:35:22 +0000 Subject: Add #include utf_string_conversions.h to all files that use ASCIIToWide and ASCIIToUTF16. I removed string_util includes from a few places where it obviously wasn't needed. In a separate pass, I'm going to remove ASCIITo* from string_util, then I'm going to do an even later pass to find the unnecessary string_util.h includes and remove them. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3058027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54746 0039d316-1c4b-4281-b951-d872f2087c98 --- net/tools/dump_cache/cache_dumper.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'net/tools') diff --git a/net/tools/dump_cache/cache_dumper.cc b/net/tools/dump_cache/cache_dumper.cc index f573b2a..9eee058 100644 --- a/net/tools/dump_cache/cache_dumper.cc +++ b/net/tools/dump_cache/cache_dumper.cc @@ -4,6 +4,7 @@ #include "net/tools/dump_cache/cache_dumper.h" +#include "base/utf_string_conversions.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" #include "net/disk_cache/entry_impl.h" -- cgit v1.1