Index: content/child/webcrypto/structured_clone.cc |
diff --git a/content/child/webcrypto/structured_clone.cc b/content/child/webcrypto/structured_clone.cc |
index 00f617af3abf61b22c3510daa6123bb74a2daa58..6bbf6d3255738ba75052522d2282254d694c3efb 100644 |
--- a/content/child/webcrypto/structured_clone.cc |
+++ b/content/child/webcrypto/structured_clone.cc |
@@ -101,7 +101,7 @@ bool ValidateDeserializedKey(const blink::WebCryptoKey& key, |
// Note that this function is called from the target Blink thread. |
bool SerializeKeyForClone(const blink::WebCryptoKey& key, |
- blink::WebVector<uint8>* key_data) { |
+ blink::WebVector<uint8_t>* key_data) { |
return PlatformSerializeKeyForClone(key, key_data); |
} |