summaryrefslogtreecommitdiffstats
path: root/net/http
diff options
context:
space:
mode:
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;