summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler.h')
-rw-r--r--net/http/http_auth_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_handler.h b/net/http/http_auth_handler.h
index dc87d34..40ebe8d 100644
--- a/net/http/http_auth_handler.h
+++ b/net/http/http_auth_handler.h
@@ -15,8 +15,8 @@ namespace net {
class BoundNetLog;
class HostResolver;
-class HttpRequestInfo;
class ProxyInfo;
+struct HttpRequestInfo;
// HttpAuthHandler is the interface for the authentication schemes
// (basic, digest, NTLM, Negotiate).