| Index: net/quic/quic_crypto_stream.h
|
| diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h
|
| index de88dc275b12a8e537a31ace69ae763722c0ab74..e794cb8025b02b89ee2a44befd2bbc4be4a12e0f 100644
|
| --- a/net/quic/quic_crypto_stream.h
|
| +++ b/net/quic/quic_crypto_stream.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef NET_QUIC_QUIC_CRYPTO_STREAM_H_
|
| #define NET_QUIC_QUIC_CRYPTO_STREAM_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "net/quic/crypto/crypto_framer.h"
|
| #include "net/quic/crypto/crypto_utils.h"
|
| #include "net/quic/quic_config.h"
|
|
|