| Index: net/quic/crypto/crypto_framer.h
|
| diff --git a/net/quic/crypto/crypto_framer.h b/net/quic/crypto/crypto_framer.h
|
| index efa52599fd300a0466f1d5a47902ccd087802773..1d289a63b9ba0ddd4e084345d74d7c656e70188a 100644
|
| --- a/net/quic/crypto/crypto_framer.h
|
| +++ b/net/quic/crypto/crypto_framer.h
|
| @@ -6,7 +6,6 @@
|
| #define NET_QUIC_CRYPTO_CRYPTO_FRAMER_H_
|
|
|
| #include <map>
|
| -#include <vector>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| @@ -21,6 +20,7 @@ namespace net {
|
| class CryptoFramer;
|
| class QuicDataReader;
|
| class QuicData;
|
| +struct CryptoHandshakeMessage;
|
|
|
| class NET_EXPORT_PRIVATE CryptoFramerVisitorInterface {
|
| public:
|
|
|