| Index: crypto/openssl_util.cc
|
| diff --git a/crypto/openssl_util.cc b/crypto/openssl_util.cc
|
| index f5b20c9e0c223b4287afeed70ee445341a267483..62e18be49ef2beb260b892995483f32bf0484440 100644
|
| --- a/crypto/openssl_util.cc
|
| +++ b/crypto/openssl_util.cc
|
| @@ -4,14 +4,13 @@
|
|
|
| #include "crypto/openssl_util.h"
|
|
|
| -#include <openssl/err.h>
|
| -#include <openssl/ssl.h>
|
| -#include <openssl/cpu.h>
|
| -
|
| #include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/strings/string_piece.h"
|
| #include "build/build_config.h"
|
| +#include "third_party/boringssl/src/include/openssl/cpu.h"
|
| +#include "third_party/boringssl/src/include/openssl/err.h"
|
| +#include "third_party/boringssl/src/include/openssl/ssl.h"
|
|
|
| #if defined(OS_ANDROID) && defined(ARCH_CPU_ARMEL)
|
| #include <cpu-features.h>
|
|
|