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

Unified Diff: components/webcrypto/algorithms/util.h

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/test_helpers.cc ('k') | components/webcrypto/crypto_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithms/util.h
diff --git a/components/webcrypto/algorithms/util.h b/components/webcrypto/algorithms/util.h
index 8fa292651f037d529977f3199ae1ac313dffb1c8..2132683412c365fb66f8384cbc2cc09c4dc782a0 100644
--- a/components/webcrypto/algorithms/util.h
+++ b/components/webcrypto/algorithms/util.h
@@ -9,6 +9,8 @@
#include <vector>
#include <openssl/base.h>
+#include <stddef.h>
+#include <stdint.h>
#include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
#include "third_party/WebKit/public/platform/WebCryptoKey.h"
« no previous file with comments | « components/webcrypto/algorithms/test_helpers.cc ('k') | components/webcrypto/crypto_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698