| Index: content/child/webcrypto/shared_crypto.h
|
| diff --git a/content/child/webcrypto/shared_crypto.h b/content/child/webcrypto/shared_crypto.h
|
| index d2eaa912f2186794044362fcf150228be6e87762..3af025f000cbb397423af945859223ac3e0a99e7 100644
|
| --- a/content/child/webcrypto/shared_crypto.h
|
| +++ b/content/child/webcrypto/shared_crypto.h
|
| @@ -131,8 +131,8 @@ CONTENT_EXPORT Status
|
|
|
| CONTENT_EXPORT Status
|
| WrapKey(blink::WebCryptoKeyFormat format,
|
| - const blink::WebCryptoKey& wrapping_key,
|
| const blink::WebCryptoKey& key_to_wrap,
|
| + const blink::WebCryptoKey& wrapping_key,
|
| const blink::WebCryptoAlgorithm& wrapping_algorithm,
|
| std::vector<uint8>* buffer);
|
|
|
|
|