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

Unified Diff: components/webcrypto/algorithms/asymmetric_key_util.h

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/algorithms/asymmetric_key_util.h
diff --git a/components/webcrypto/algorithms/asymmetric_key_util.h b/components/webcrypto/algorithms/asymmetric_key_util.h
index 65dd55f4fb2ed928b19066fa729a56f36b892c6a..ee58f13859e0df417dbd1c1e25425bf14d6cbc6d 100644
--- a/components/webcrypto/algorithms/asymmetric_key_util.h
+++ b/components/webcrypto/algorithms/asymmetric_key_util.h
@@ -5,10 +5,9 @@
#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_ASYMMETRIC_KEY_UTIL_
#define COMPONENTS_WEBCRYPTO_ALGORITHMS_ASYMMETRIC_KEY_UTIL_
-#include <openssl/base.h>
-
#include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
#include "third_party/WebKit/public/platform/WebCryptoKey.h"
+#include "third_party/boringssl/src/include/openssl/base.h"
// This file contains functions shared by multiple asymmetric key algorithms.

Powered by Google App Engine
This is Rietveld 408576698