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" |
wtc
2013/03/01 19:07:58
The internal CL lists this header in the wrong ord
ramant (doing other things)
2013/03/01 22:02:04
Will do asap.
|
#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 |