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

Unified Diff: net/http/http_cache.h

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cookies_list.js Created 6 years, 5 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
Index: net/http/http_cache.h
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 5bdda8a1f9c89a1d18f71c920183c8bd69c4c188..8f13ff643521b3e399ee95b292f1b8e59fa2b847 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -44,6 +44,7 @@ class Entry;
namespace net {
class CertVerifier;
+class ChannelIDService;
class DiskBasedCertCache;
class HostResolver;
class HttpAuthHandlerFactory;
@@ -53,7 +54,6 @@ class HttpServerProperties;
class IOBuffer;
class NetLog;
class NetworkDelegate;
-class ServerBoundCertService;
class ProxyService;
class SSLConfigService;
class TransportSecurityState;

Powered by Google App Engine
This is Rietveld 408576698