| Index: components/webcrypto/algorithms/rsa_oaep_unittest.cc
|
| diff --git a/components/webcrypto/algorithms/rsa_oaep_unittest.cc b/components/webcrypto/algorithms/rsa_oaep_unittest.cc
|
| index de1d66fd4966c7ca277a4d2d8c59a6077a02498f..05f7e953f4502cd8532af30a074b02ed18a82e02 100644
|
| --- a/components/webcrypto/algorithms/rsa_oaep_unittest.cc
|
| +++ b/components/webcrypto/algorithms/rsa_oaep_unittest.cc
|
| @@ -49,7 +49,7 @@ scoped_ptr<base::DictionaryValue> CreatePublicKeyJwkDict() {
|
| Base64EncodeUrlSafe(HexStringToBytes(kPublicKeyModulusHex)));
|
| jwk->SetString("e",
|
| Base64EncodeUrlSafe(HexStringToBytes(kPublicKeyExponentHex)));
|
| - return jwk.Pass();
|
| + return jwk;
|
| }
|
|
|
| class WebCryptoRsaOaepTest : public WebCryptoTestBase {};
|
|
|