| Index: net/base/hash_value.h
|
| diff --git a/net/base/hash_value.h b/net/base/hash_value.h
|
| index f2d217f28c8eed940555f027e240787ea5498a20..b967443263002ec4908af8b88e2a9804d66e6588 100644
|
| --- a/net/base/hash_value.h
|
| +++ b/net/base/hash_value.h
|
| @@ -5,12 +5,13 @@
|
| #ifndef NET_BASE_HASH_VALUE_H_
|
| #define NET_BASE_HASH_VALUE_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <string.h>
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/strings/string_piece.h"
|
| #include "build/build_config.h"
|
| #include "net/base/net_export.h"
|
|
|