summaryrefslogtreecommitdiffstats
path: root/net/http/http_request_headers.cc
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 04:06:00 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 04:06:00 +0000
commit6782f83869465c17f57b2b1decdda56cdc36f72f (patch)
treef5f29830c3bcb4112263f1db75e5b1b684ccecc4 /net/http/http_request_headers.cc
parent8b43b064460283034234dde05695ad08ce12e5d7 (diff)
downloadchromium_src-6782f83869465c17f57b2b1decdda56cdc36f72f.zip
chromium_src-6782f83869465c17f57b2b1decdda56cdc36f72f.tar.gz
chromium_src-6782f83869465c17f57b2b1decdda56cdc36f72f.tar.bz2
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
Diffstat (limited to 'net/http/http_request_headers.cc')
-rw-r--r--net/http/http_request_headers.cc1
1 files changed, 1 insertions, 0 deletions
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"