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

Unified Diff: components/webcrypto/blink_key_handle.h

Issue 2407633002: Use new BoringSSL scopers in //components. (Closed)
Patch Set: 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
« no previous file with comments | « components/webcrypto/algorithms/util.cc ('k') | components/webcrypto/blink_key_handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/blink_key_handle.h
diff --git a/components/webcrypto/blink_key_handle.h b/components/webcrypto/blink_key_handle.h
index 049657c6195f85c1bf24f49348c94568a25f658c..42a7c709bbbd886f9a669062d1148c98491cca15 100644
--- a/components/webcrypto/blink_key_handle.h
+++ b/components/webcrypto/blink_key_handle.h
@@ -10,7 +10,6 @@
#include <vector>
-#include "crypto/scoped_openssl_types.h"
#include "third_party/WebKit/public/platform/WebCryptoKey.h"
// Blink keys (blink::WebCryptoKey) have an associated key handle
@@ -53,7 +52,7 @@ blink::WebCryptoKeyHandle* CreateSymmetricKeyHandle(
// create a copy, since all the callers are passing in vectors that are later
// thrown away anyway.
blink::WebCryptoKeyHandle* CreateAsymmetricKeyHandle(
- crypto::ScopedEVP_PKEY pkey,
+ bssl::UniquePtr<EVP_PKEY> pkey,
const std::vector<uint8_t>& serialized_key_data);
} // namespace webcrypto
« no previous file with comments | « components/webcrypto/algorithms/util.cc ('k') | components/webcrypto/blink_key_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698