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

Unified Diff: components/webcrypto/blink_key_handle.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: components/webcrypto/blink_key_handle.cc
diff --git a/components/webcrypto/blink_key_handle.cc b/components/webcrypto/blink_key_handle.cc
index 5dbe35296478c9aae679bfa2e7dbee958de4ba77..c0c71b1d56b227adfaedbf0e693e44e664c76d24 100644
--- a/components/webcrypto/blink_key_handle.cc
+++ b/components/webcrypto/blink_key_handle.cc
@@ -4,14 +4,13 @@
#include "components/webcrypto/blink_key_handle.h"
-#include <openssl/evp.h>
-
#include <utility>
#include "base/logging.h"
#include "base/macros.h"
#include "components/webcrypto/crypto_data.h"
#include "components/webcrypto/status.h"
+#include "third_party/boringssl/src/include/openssl/evp.h"
namespace webcrypto {
« chrome/common/DEPS ('K') | « components/webcrypto/blink_key_handle.h ('k') | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698