summaryrefslogtreecommitdiffstats
path: root/chrome/service/net
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 21:40:55 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-11 21:40:55 +0000
commitda2f68f558f363b80ed4e4bb86290adca70d53bc (patch)
treec38564f16192ab61271a4e1f2e634e0adacded36 /chrome/service/net
parentaf89c69eecd19c7b9deac7504be4164b13e7569b (diff)
downloadchromium_src-da2f68f558f363b80ed4e4bb86290adca70d53bc.zip
chromium_src-da2f68f558f363b80ed4e4bb86290adca70d53bc.tar.gz
chromium_src-da2f68f558f363b80ed4e4bb86290adca70d53bc.tar.bz2
iwyu: Include stringprintf.h where appropriate, part 2.
BUG=82098 TEST=none R=thakis@chromium.org Review URL: http://codereview.chromium.org/7004007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/net')
-rw-r--r--chrome/service/net/service_url_request_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc
index eddbbbf..577d2b2 100644
--- a/chrome/service/net/service_url_request_context.cc
+++ b/chrome/service/net/service_url_request_context.cc
@@ -10,7 +10,7 @@
#include "base/compiler_specific.h"
#include "base/message_loop_proxy.h"
-#include "base/string_util.h"
+#include "base/stringprintf.h"
#include "base/sys_info.h"
#include "chrome/common/chrome_version_info.h"
#include "chrome/service/service_process.h"