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

Unified Diff: components/webcrypto/blink_key_handle.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/blink_key_handle.h
diff --git a/components/webcrypto/blink_key_handle.h b/components/webcrypto/blink_key_handle.h
index 42a7c709bbbd886f9a669062d1148c98491cca15..27074cfb4212f50df57399dd9ac6a17ce9d19056 100644
--- a/components/webcrypto/blink_key_handle.h
+++ b/components/webcrypto/blink_key_handle.h
@@ -5,12 +5,12 @@
#ifndef COMPONENTS_WEBCRYPTO_BLINK_KEY_HANDLE_H_
#define COMPONENTS_WEBCRYPTO_BLINK_KEY_HANDLE_H_
-#include <openssl/base.h>
#include <stdint.h>
#include <vector>
#include "third_party/WebKit/public/platform/WebCryptoKey.h"
+#include "third_party/boringssl/src/include/openssl/base.h"
// Blink keys (blink::WebCryptoKey) have an associated key handle
// (blink::WebCryptoKeyHandle) used to store custom data. This is where the

Powered by Google App Engine
This is Rietveld 408576698