summaryrefslogtreecommitdiffstats
path: root/net/http/http_util.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 05:27:26 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 05:27:26 +0000
commit6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf (patch)
tree2fa73f7cf39796509c1ae384282c4dd61c7c72d7 /net/http/http_util.h
parent4d5b96b229869f27a1ab1bb31e952615ef770e12 (diff)
downloadchromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.zip
chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.gz
chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.bz2
Cleanup: Remove unneeded forward declararations in net.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8525020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_util.h')
-rw-r--r--net/http/http_util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/http/http_util.h b/net/http/http_util.h
index 0ac2a7e..9a4b8ce 100644
--- a/net/http/http_util.h
+++ b/net/http/http_util.h
@@ -21,8 +21,6 @@
namespace net {
-class UploadDataStream;
-
class NET_EXPORT HttpUtil {
public:
// Returns the absolute path of the URL, to be used for the http request.
@@ -49,7 +47,7 @@ class NET_EXPORT HttpUtil {
static void ParseContentType(const std::string& content_type_str,
std::string* mime_type,
std::string* charset,
- bool *had_charset);
+ bool* had_charset);
// Scans the headers and look for the first "Range" header in |headers|,
// if "Range" exists and the first one of it is well formatted then returns