Chromium Code Reviews| Index: crypto/secure_hash.h |
| diff --git a/crypto/secure_hash.h b/crypto/secure_hash.h |
| index 23349b0be008f32a8a619495182fd054d31b609b..491a299a3120ba276f76e2d541a09c19b05328e3 100644 |
| --- a/crypto/secure_hash.h |
| +++ b/crypto/secure_hash.h |
| @@ -5,7 +5,9 @@ |
| #ifndef CRYPTO_SECURE_HASH_H_ |
| #define CRYPTO_SECURE_HASH_H_ |
| -#include "base/basictypes.h" |
| +#include <stddef.h> |
| + |
| +#include "base/macros.h" |
| #include "crypto/crypto_export.h" |
| namespace base { |