Chromium Code Reviews| Index: net/quic/crypto/quic_crypto_client_config.h |
| =================================================================== |
| --- net/quic/crypto/quic_crypto_client_config.h (revision 248755) |
| +++ net/quic/crypto/quic_crypto_client_config.h (working copy) |
| @@ -17,6 +17,11 @@ |
| namespace net { |
| +class ChannelIDSigner; |
| +class CryptoHandshakeMessage; |
| +class ProofVerifier; |
| +class ProofVerifyDetails; |
| +class QuicRandom; |
| class QuicServerInfo; |
| class QuicServerInfoFactory; |