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

Unified Diff: components/webcrypto/algorithms/asymmetric_key_util.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
« no previous file with comments | « components/webcrypto/algorithms/aes_kw_unittest.cc ('k') | components/webcrypto/algorithms/ec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithms/asymmetric_key_util.cc
diff --git a/components/webcrypto/algorithms/asymmetric_key_util.cc b/components/webcrypto/algorithms/asymmetric_key_util.cc
index 9abd47ce28c1998482a8d896b38e1e52321509ba..74eb6c4a25b924b9bb56aff07f709992d8f44200 100644
--- a/components/webcrypto/algorithms/asymmetric_key_util.cc
+++ b/components/webcrypto/algorithms/asymmetric_key_util.cc
@@ -5,6 +5,7 @@
#include "components/webcrypto/algorithms/asymmetric_key_util.h"
#include <openssl/pkcs12.h>
+#include <stdint.h>
#include "components/webcrypto/algorithms/util.h"
#include "components/webcrypto/blink_key_handle.h"
« no previous file with comments | « components/webcrypto/algorithms/aes_kw_unittest.cc ('k') | components/webcrypto/algorithms/ec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698