Index: content/child/webcrypto/structured_clone.h |
diff --git a/content/child/webcrypto/structured_clone.h b/content/child/webcrypto/structured_clone.h |
index 19728f99c552d23a6012067954a479ce06786daf..973618dda84e60c768be3ab78735105cba760052 100644 |
--- a/content/child/webcrypto/structured_clone.h |
+++ b/content/child/webcrypto/structured_clone.h |
@@ -16,7 +16,7 @@ class CryptoData; |
// Called on the target Blink thread. |
bool SerializeKeyForClone(const blink::WebCryptoKey& key, |
- blink::WebVector<uint8>* key_data); |
+ blink::WebVector<uint8_t>* key_data); |
// Called on the target Blink thread. |
bool DeserializeKeyForClone(const blink::WebCryptoKeyAlgorithm& algorithm, |