| Index: net/quic/quic_config.h
|
| ===================================================================
|
| --- net/quic/quic_config.h (revision 248755)
|
| +++ net/quic/quic_config.h (working copy)
|
| @@ -8,13 +8,13 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "net/quic/crypto/crypto_handshake.h"
|
| #include "net/quic/quic_protocol.h"
|
| #include "net/quic/quic_time.h"
|
| -#include "net/quic/quic_utils.h"
|
|
|
| namespace net {
|
|
|
| +class CryptoHandshakeMessage;
|
| +
|
| class NET_EXPORT_PRIVATE QuicNegotiableValue {
|
| public:
|
| enum Presence {
|
|
|