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

Unified Diff: crypto/aead.h

Issue 2677583002: Fix non-noise cpplint errors in //crypto. (Closed)
Patch Set: fix p224_unittest.cc 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
« no previous file with comments | « no previous file | crypto/aead.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/aead.h
diff --git a/crypto/aead.h b/crypto/aead.h
index fa96eab9eb9f1342889f3ff9524bf176bbfe8ca0..220ae42029d2e530c7062c51fd387a6be2ff72ea 100644
--- a/crypto/aead.h
+++ b/crypto/aead.h
@@ -7,6 +7,8 @@
#include <stddef.h>
+#include <string>
+
#include "base/strings/string_piece.h"
#include "crypto/crypto_export.h"
@@ -46,4 +48,4 @@ class CRYPTO_EXPORT Aead {
} // namespace crypto
-#endif // CRYPTO_ENCRYPTOR_H_
+#endif // CRYPTO_AEAD_H_
« no previous file with comments | « no previous file | crypto/aead.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698