Index: components/webcrypto/algorithm_dispatch.cc |
diff --git a/components/webcrypto/algorithm_dispatch.cc b/components/webcrypto/algorithm_dispatch.cc |
index 53c41f581957d0208de456892d05356981372987..feacd23e9f8be306598c653fe63a7a865e01e4f4 100644 |
--- a/components/webcrypto/algorithm_dispatch.cc |
+++ b/components/webcrypto/algorithm_dispatch.cc |
@@ -231,7 +231,7 @@ Status UnwrapKey(blink::WebCryptoKeyFormat format, |
// information about the plaintext of the encrypted key (for instance the JWK |
// key_ops). As long as the ImportKey error messages don't describe actual |
// key bytes however this should be OK. For more discussion see |
- // http://crubg.com/372040 |
+ // http://crbug.com/372040 |
return ImportKey(format, CryptoData(buffer), algorithm, extractable, usages, |
key); |
} |