| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| index cffea715c3d75dcaf749aa48bc612ea3b1c87a13..af8c8e91eff4dad354796a3faeea991b5967cf86 100644
|
| --- a/content/child/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -26,7 +26,7 @@ CONTENT_EXPORT Status GetWebCryptoUsagesFromJwkKeyOps(
|
|
|
| // Composes a JWK key_ops array from a Web Crypto usage mask.
|
| base::ListValue* CreateJwkKeyOpsFromWebCryptoUsages(
|
| - blink::WebCryptoKeyUsageMask usage_mask);
|
| + blink::WebCryptoKeyUsageMask usages);
|
|
|
| // Creates a WebCryptoAlgorithm without any parameters.
|
| CONTENT_EXPORT blink::WebCryptoAlgorithm CreateAlgorithm(
|
|
|