summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth.h')
-rw-r--r--net/http/http_auth.h3
1 files changed, 2 insertions, 1 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;