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

Unified Diff: crypto/encryptor.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/encryptor.cc
diff --git a/crypto/encryptor.cc b/crypto/encryptor.cc
index fdbddb7430b1474cb4c25e7fb4b0318c28634481..8aece10be00f8cd418e3b9aab6b04ace77dcc6be 100644
--- a/crypto/encryptor.cc
+++ b/crypto/encryptor.cc
@@ -4,8 +4,6 @@
#include "crypto/encryptor.h"
-#include <openssl/aes.h>
-#include <openssl/evp.h>
#include <stddef.h>
#include <stdint.h>
@@ -14,6 +12,8 @@
#include "base/sys_byteorder.h"
#include "crypto/openssl_util.h"
#include "crypto/symmetric_key.h"
+#include "third_party/boringssl/src/include/openssl/aes.h"
+#include "third_party/boringssl/src/include/openssl/evp.h"
namespace crypto {
« chrome/common/DEPS ('K') | « crypto/ec_signature_creator_impl.cc ('k') | crypto/hmac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698