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

Unified Diff: components/webcrypto/algorithms/aes_gcm.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: components/webcrypto/algorithms/aes_gcm.cc
diff --git a/components/webcrypto/algorithms/aes_gcm.cc b/components/webcrypto/algorithms/aes_gcm.cc
index 3685bd931995736593c15cd2490c6ac1c8914baf..f8417f2f9fadbd396abd9600090b324d91fe4427 100644
--- a/components/webcrypto/algorithms/aes_gcm.cc
+++ b/components/webcrypto/algorithms/aes_gcm.cc
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include <openssl/evp.h>
+#include <stddef.h>
+#include <stdint.h>
#include <vector>
#include "base/logging.h"
« no previous file with comments | « components/webcrypto/algorithms/aes_ctr_unittest.cc ('k') | components/webcrypto/algorithms/aes_gcm_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698