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

Unified Diff: net/url_request/url_request_context.h

Issue 6990057: It suffices to just forward-declare DnsCertProvenanceChecker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « chrome/browser/net/chrome_url_request_context.h ('k') | net/url_request/url_request_context_storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_context.h
===================================================================
--- net/url_request/url_request_context.h (revision 86289)
+++ net/url_request/url_request_context.h (working copy)
@@ -18,7 +18,6 @@
#include "net/base/ssl_config_service.h"
#include "net/base/transport_security_state.h"
#include "net/ftp/ftp_auth_cache.h"
-#include "net/socket/dns_cert_provenance_checker.h"
wtc 2011/05/24 14:53:37 We only need the forward declaration on line 26.
namespace net {
class CertVerifier;
@@ -31,7 +30,6 @@
class HttpTransactionFactory;
class NetworkDelegate;
class ProxyService;
-class SSLConfigService;
wtc 2011/05/24 14:53:37 We include "net/base/ssl_config_service.h" on line
class URLRequest;
class URLRequestJobFactory;
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.h ('k') | net/url_request/url_request_context_storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698