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

Unified Diff: crypto/symmetric_key.cc

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: review comments 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/symmetric_key.cc
diff --git a/crypto/symmetric_key.cc b/crypto/symmetric_key.cc
index e3ecf624bcd28fd4d19d464d4c691ff6ed76a3d4..6a19f84089657ae096b38bedeed1a2d0631ecc0a 100644
--- a/crypto/symmetric_key.cc
+++ b/crypto/symmetric_key.cc
@@ -4,8 +4,6 @@
#include "crypto/symmetric_key.h"
-#include <openssl/evp.h>
-#include <openssl/rand.h>
#include <stddef.h>
#include <stdint.h>
@@ -15,6 +13,8 @@
#include "base/logging.h"
#include "base/strings/string_util.h"
#include "crypto/openssl_util.h"
+#include "third_party/boringssl/src/include/openssl/evp.h"
+#include "third_party/boringssl/src/include/openssl/rand.h"
namespace crypto {

Powered by Google App Engine
This is Rietveld 408576698