| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index 752b98a6715b0f9c66030d4a9e143fb90d9b522e..cab39e2201d4c24e4615a9b35d1e7e65f3aa045c 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 HostResolver;
|
| class HttpAuthHandlerFactory;
|
| class HttpNetworkSession;
|
| @@ -52,7 +53,6 @@ class HttpServerProperties;
|
| class IOBuffer;
|
| class NetLog;
|
| class NetworkDelegate;
|
| -class ServerBoundCertService;
|
| class ProxyService;
|
| class SSLConfigService;
|
| class TransportSecurityState;
|
|
|