From 35eea2e6ac7a392b22efe089c7c2675be4142237 Mon Sep 17 00:00:00 2001 From: "mbelshe@google.com" Date: Tue, 22 Sep 2009 20:41:06 +0000 Subject: Because we use scoped_refptr<> to the HttpResponseInfo and SSLCertRequestInfo, simply declaring the forward class definition is not enough to include this header. This header is really dependent on those two class definitions. BUG=none TEST=none Review URL: http://codereview.chromium.org/216032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26854 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_response_info.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h index 62ac2f4..ef6343b 100644 --- a/net/http/http_response_info.h +++ b/net/http/http_response_info.h @@ -7,14 +7,13 @@ #include "base/time.h" #include "net/base/auth.h" +#include "net/base/ssl_cert_request_info.h" #include "net/base/ssl_info.h" +#include "net/http/http_response_headers.h" #include "net/http/http_vary_data.h" namespace net { -class HttpResponseHeaders; -class SSLCertRequestInfo; - class HttpResponseInfo { public: HttpResponseInfo(); -- cgit v1.1