Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: crypto/encryptor.cc

Issue 2677583002: Fix non-noise cpplint errors in //crypto. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698