| Index: net/spdy/hpack/hpack_entry.h
|
| diff --git a/net/spdy/hpack/hpack_entry.h b/net/spdy/hpack/hpack_entry.h
|
| index d3d2c618d095a49bdc3f0e7ecf8958f9f38f7cb9..b0948102f9dc5fe07ad7004d79a0572ec59dcd13 100644
|
| --- a/net/spdy/hpack/hpack_entry.h
|
| +++ b/net/spdy/hpack/hpack_entry.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef NET_SPDY_HPACK_ENTRY_H_
|
| #define NET_SPDY_HPACK_ENTRY_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
|
|