| Index: crypto/ec_private_key.h
|
| diff --git a/crypto/ec_private_key.h b/crypto/ec_private_key.h
|
| index 917f8e1e50350c81c4b9dc1b10a90a7ee4fd6a30..8e5fe5e99bb89ecc4cb4120244f1f8ec37b3caaa 100644
|
| --- a/crypto/ec_private_key.h
|
| +++ b/crypto/ec_private_key.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef CRYPTO_EC_PRIVATE_KEY_H_
|
| #define CRYPTO_EC_PRIVATE_KEY_H_
|
|
|
| -#include <openssl/base.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| @@ -16,6 +15,7 @@
|
| #include "base/macros.h"
|
| #include "build/build_config.h"
|
| #include "crypto/crypto_export.h"
|
| +#include "third_party/boringssl/src/include/openssl/base.h"
|
|
|
| namespace crypto {
|
|
|
|
|