| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index 80f25d73bc0236bec34a30bb365fbb8edca171e0..eaed72b2758a78b3eb41ac919bf12ec8d8c846ad 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef NET_QUIC_QUIC_HTTP_STREAM_H_
|
| #define NET_QUIC_QUIC_HTTP_STREAM_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <list>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/http/http_stream.h"
|
|
|