| Index: content/child/webcrypto/openssl/aes_key_openssl.h
|
| diff --git a/content/child/webcrypto/openssl/aes_key_openssl.h b/content/child/webcrypto/openssl/aes_key_openssl.h
|
| index d5a74ff8b8c7a0f9005e4ed8b688d30260b6d19a..6c6b5ff546b68b2e5366f088b723f5b5bf989917 100644
|
| --- a/content/child/webcrypto/openssl/aes_key_openssl.h
|
| +++ b/content/child/webcrypto/openssl/aes_key_openssl.h
|
| @@ -53,10 +53,10 @@ class AesAlgorithm : public AlgorithmImplementation {
|
| blink::WebCryptoKey* key) const OVERRIDE;
|
|
|
| virtual Status ExportKeyRaw(const blink::WebCryptoKey& key,
|
| - std::vector<uint8>* buffer) const OVERRIDE;
|
| + std::vector<uint8_t>* buffer) const OVERRIDE;
|
|
|
| virtual Status ExportKeyJwk(const blink::WebCryptoKey& key,
|
| - std::vector<uint8>* buffer) const OVERRIDE;
|
| + std::vector<uint8_t>* buffer) const OVERRIDE;
|
|
|
| private:
|
| const blink::WebCryptoKeyUsageMask all_key_usages_;
|
|
|