| Index: crypto/secure_hash.cc
|
| diff --git a/crypto/secure_hash.cc b/crypto/secure_hash.cc
|
| index 76d42d33f72a00aa6d84dea35d5a6c4a41ccbeb2..80286df604a953846527db3e618307a5d163e9cd 100644
|
| --- a/crypto/secure_hash.cc
|
| +++ b/crypto/secure_hash.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "crypto/secure_hash.h"
|
|
|
| -#include <openssl/mem.h>
|
| -#include <openssl/sha.h>
|
| #include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/pickle.h"
|
| #include "crypto/openssl_util.h"
|
| +#include "third_party/boringssl/src/include/openssl/mem.h"
|
| +#include "third_party/boringssl/src/include/openssl/sha.h"
|
|
|
| namespace crypto {
|
|
|
|
|