Chromium Code Reviews| Index: crypto/encryptor.cc |
| diff --git a/crypto/encryptor.cc b/crypto/encryptor.cc |
| index 8aece10be00f8cd418e3b9aab6b04ace77dcc6be..36df136c503f7245ad392ce3787d74ca5b8bfdac 100644 |
| --- a/crypto/encryptor.cc |
| +++ b/crypto/encryptor.cc |
| @@ -32,7 +32,7 @@ const EVP_CIPHER* GetCipherForKey(SymmetricKey* key) { |
| // ERR stack as a convenience. |
| class ScopedCipherCTX { |
| public: |
| - explicit ScopedCipherCTX() { |
| + ScopedCipherCTX() { |
| EVP_CIPHER_CTX_init(&ctx_); |
| } |
| ~ScopedCipherCTX() { |