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

Unified Diff: components/webcrypto/algorithms/ec.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/asymmetric_key_util.cc ('k') | components/webcrypto/algorithms/ec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithms/ec.h
diff --git a/components/webcrypto/algorithms/ec.h b/components/webcrypto/algorithms/ec.h
index bebf87bf089a580452d00e6b7553e2ea6545731e..1e9bd3e8b505dec5bde577905f1a7c13264eae1b 100644
--- a/components/webcrypto/algorithms/ec.h
+++ b/components/webcrypto/algorithms/ec.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_EC_H_
#define COMPONENTS_WEBCRYPTO_ALGORITHMS_EC_H_
+#include <stdint.h>
+
#include "components/webcrypto/algorithm_implementation.h"
namespace webcrypto {
« no previous file with comments | « components/webcrypto/algorithms/asymmetric_key_util.cc ('k') | components/webcrypto/algorithms/ec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698