| Index: net/quic/quic_crypto_client_stream.h
|
| ===================================================================
|
| --- net/quic/quic_crypto_client_stream.h (revision 184750)
|
| +++ net/quic/quic_crypto_client_stream.h (working copy)
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "net/quic/crypto/crypto_handshake.h"
|
| #include "net/quic/quic_crypto_stream.h"
|
|
|
| namespace net {
|
| @@ -28,7 +29,7 @@
|
| bool CryptoConnect();
|
|
|
| private:
|
| - QuicCryptoConfig crypto_config_;
|
| + QuicCryptoClientConfig crypto_config_;
|
| // Client's connection nonce (4-byte timestamp + 28 random bytes)
|
| std::string nonce_;
|
| // Server's hostname
|
|
|