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

Unified Diff: components/webcrypto/algorithms/aes_kw.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_kw.cc
diff --git a/components/webcrypto/algorithms/aes_kw.cc b/components/webcrypto/algorithms/aes_kw.cc
index 295d91142967c2daee213c514496b8f77e27be53..306272e86e7d6af53e68b3275db8259c428af866 100644
--- a/components/webcrypto/algorithms/aes_kw.cc
+++ b/components/webcrypto/algorithms/aes_kw.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_gcm_unittest.cc ('k') | components/webcrypto/algorithms/aes_kw_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698