| Index: content/child/webcrypto/nss/rsa_ssa_nss.cc
|
| diff --git a/content/child/webcrypto/nss/rsa_ssa_nss.cc b/content/child/webcrypto/nss/rsa_ssa_nss.cc
|
| index 97d1b4e1382d80a82b5ab86f98d06f86e740698e..1f701398d6a56811391d54439fe74311cb7cc376 100644
|
| --- a/content/child/webcrypto/nss/rsa_ssa_nss.cc
|
| +++ b/content/child/webcrypto/nss/rsa_ssa_nss.cc
|
| @@ -44,7 +44,7 @@ class RsaSsaImplementation : public RsaHashedAlgorithm {
|
| virtual Status Sign(const blink::WebCryptoAlgorithm& algorithm,
|
| const blink::WebCryptoKey& key,
|
| const CryptoData& data,
|
| - std::vector<uint8>* buffer) const OVERRIDE {
|
| + std::vector<uint8_t>* buffer) const OVERRIDE {
|
| if (key.type() != blink::WebCryptoKeyTypePrivate)
|
| return Status::ErrorUnexpectedKeyType();
|
|
|
|
|