Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3324)

Unified Diff: crypto/openssl_util.cc

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: crypto/openssl_util.cc
diff --git a/crypto/openssl_util.cc b/crypto/openssl_util.cc
index 28355d68fe08ef56f6a3b9d685af70852c709914..4ad5c119ad9dbee6844e4471311585ea32313436 100644
--- a/crypto/openssl_util.cc
+++ b/crypto/openssl_util.cc
@@ -4,13 +4,13 @@
#include "crypto/openssl_util.h"
-#include <openssl/crypto.h>
-#include <openssl/err.h>
#include <stddef.h>
#include <stdint.h>
#include "base/logging.h"
#include "base/strings/string_piece.h"
+#include "third_party/boringssl/src/include/openssl/crypto.h"
+#include "third_party/boringssl/src/include/openssl/err.h"
namespace crypto {

Powered by Google App Engine
This is Rietveld 408576698