Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: net/http/http_response_info.h

Issue 216032: Because we use scoped_refptr<> to the HttpResponseInfo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
===================================================================
--- net/http/http_response_info.h (revision 26596)
+++ net/http/http_response_info.h (working copy)
@@ -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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698