Chromium Code Reviews| Index: crypto/openssl_util.h |
| diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h |
| index 2743883dc17b4dadcdc4402bb2c59ce64095c493..78fa66e27f7d0c354c72c13d396cb5ff989187e2 100644 |
| --- a/crypto/openssl_util.h |
| +++ b/crypto/openssl_util.h |
| @@ -5,8 +5,10 @@ |
| #ifndef CRYPTO_OPENSSL_UTIL_H_ |
| #define CRYPTO_OPENSSL_UTIL_H_ |
| -#include "base/basictypes.h" |
| +#include <stddef.h> |
| + |
| #include "base/location.h" |
| +#include "base/macros.h" |
| #include "crypto/crypto_export.h" |
| namespace crypto { |