summaryrefslogtreecommitdiffstats
path: root/net/http
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-18 17:19:50 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-18 17:19:50 +0000
commit3603722dc0afac40a60d91d7340da9f3da4e90d2 (patch)
treec3025bfa1c1dea98d4588a18fce3801fe0b364f0 /net/http
parentd54f6a00bbad514c09793c219ec2e5f3819c1f08 (diff)
downloadchromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.zip
chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.gz
chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.bz2
Remove unneeded uses of base/ref_counted.h.
Review URL: http://codereview.chromium.org/48105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http')
-rw-r--r--net/http/http_auth.h3
-rw-r--r--net/http/http_vary_data.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_auth.h b/net/http/http_auth.h
index 041581e..8f594e2 100644
--- a/net/http/http_auth.h
+++ b/net/http/http_auth.h
@@ -5,9 +5,10 @@
#ifndef NET_HTTP_HTTP_AUTH_H_
#define NET_HTTP_HTTP_AUTH_H_
-#include "base/ref_counted.h"
#include "net/http/http_util.h"
+template <class T> class scoped_refptr;
+
namespace net {
class HttpAuthHandler;
diff --git a/net/http/http_vary_data.h b/net/http/http_vary_data.h
index 5ce90c8..a96abe0 100644
--- a/net/http/http_vary_data.h
+++ b/net/http/http_vary_data.h
@@ -6,7 +6,6 @@
#define NET_HTTP_HTTP_VARY_DATA_H__
#include "base/md5.h"
-#include "base/ref_counted.h"
class Pickle;