Index: crypto/secure_hash_openssl.cc |
diff --git a/crypto/secure_hash_openssl.cc b/crypto/secure_hash_openssl.cc |
index 1033b8e25eb82993ffc0ebee65f5ce3fce2189e3..dec6173359e2fdb261a7236fca520f275bb147f8 100644 |
--- a/crypto/secure_hash_openssl.cc |
+++ b/crypto/secure_hash_openssl.cc |
@@ -4,13 +4,12 @@ |
#include "crypto/secure_hash.h" |
-#include <openssl/mem.h> |
-#include <openssl/sha.h> |
- |
#include "base/basictypes.h" |
#include "base/logging.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 { |