From 6782f83869465c17f57b2b1decdda56cdc36f72f Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Tue, 10 May 2011 04:06:00 +0000 Subject: iwyu: Include stringprintf.h where appropriate, part 1. BUG=82098 TEST=none R=thakis@chromium.org Review URL: http://codereview.chromium.org/6997006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84754 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_proxy_utils.cc | 2 +- net/http/http_request_headers.cc | 1 + net/http/http_stream_parser.cc | 1 + net/http/http_util.cc | 1 + net/proxy/proxy_bypass_rules.cc | 1 + net/url_request/view_cache_helper.cc | 2 +- 6 files changed, 6 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/http/http_proxy_utils.cc b/net/http/http_proxy_utils.cc index 3e4fb8b..e93c8ee 100644 --- a/net/http/http_proxy_utils.cc +++ b/net/http/http_proxy_utils.cc @@ -4,7 +4,7 @@ #include "net/http/http_proxy_utils.h" -#include "base/string_util.h" +#include "base/stringprintf.h" #include "googleurl/src/gurl.h" #include "net/base/host_port_pair.h" #include "net/base/net_util.h" diff --git a/net/http/http_request_headers.cc b/net/http/http_request_headers.cc index 9d523c1..9cd2f9f 100644 --- a/net/http/http_request_headers.cc +++ b/net/http/http_request_headers.cc @@ -5,6 +5,7 @@ #include "net/http/http_request_headers.h" #include "base/logging.h" +#include "base/stringprintf.h" #include "base/string_split.h" #include "base/string_util.h" #include "net/http/http_util.h" diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc index 0649bce..5bf6671 100644 --- a/net/http/http_stream_parser.cc +++ b/net/http/http_stream_parser.cc @@ -6,6 +6,7 @@ #include "base/compiler_specific.h" #include "base/metrics/histogram.h" +#include "base/stringprintf.h" #include "base/string_util.h" #include "net/base/address_list.h" #include "net/base/auth.h" diff --git a/net/http/http_util.cc b/net/http/http_util.cc index 95a57d2e..b634cbf 100644 --- a/net/http/http_util.cc +++ b/net/http/http_util.cc @@ -11,6 +11,7 @@ #include "base/basictypes.h" #include "base/logging.h" +#include "base/stringprintf.h" #include "base/string_number_conversions.h" #include "base/string_piece.h" #include "base/string_util.h" diff --git a/net/proxy/proxy_bypass_rules.cc b/net/proxy/proxy_bypass_rules.cc index dde3d8f..df5109e 100644 --- a/net/proxy/proxy_bypass_rules.cc +++ b/net/proxy/proxy_bypass_rules.cc @@ -5,6 +5,7 @@ #include "net/proxy/proxy_bypass_rules.h" #include "base/stl_util-inl.h" +#include "base/stringprintf.h" #include "base/string_number_conversions.h" #include "base/string_tokenizer.h" #include "base/string_util.h" diff --git a/net/url_request/view_cache_helper.cc b/net/url_request/view_cache_helper.cc index 8a3eaed..cd722e4 100644 --- a/net/url_request/view_cache_helper.cc +++ b/net/url_request/view_cache_helper.cc @@ -4,7 +4,7 @@ #include "net/url_request/view_cache_helper.h" -#include "base/string_util.h" +#include "base/stringprintf.h" #include "net/base/escape.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" -- cgit v1.1