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

Unified Diff: crypto/aead.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/aead.cc
diff --git a/crypto/aead.cc b/crypto/aead.cc
index a0ef250d83d154adda84d03ab40eee8d6a276238..7b9bb52e3e9286d71a83a6773e60b14210e25573 100644
--- a/crypto/aead.cc
+++ b/crypto/aead.cc
@@ -120,4 +120,4 @@ size_t Aead::NonceLength() const {
return EVP_AEAD_nonce_length(aead_);
}
-} // namespace
+} // namespace crypto
« no previous file with comments | « crypto/aead.h ('k') | crypto/apple_keychain.h » ('j') | crypto/ec_private_key.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698