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

Unified Diff: net/quic/crypto/common_cert_set_2.c

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too 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 | « net/quic/crypto/common_cert_set_1.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/common_cert_set_2.c
diff --git a/net/quic/crypto/common_cert_set_2.c b/net/quic/crypto/common_cert_set_2.c
index 09cb6c15d9b638b2288135ad7a89f110eff7fc29..a10e892b8328d7c69ca6b314c4b5266b9a261633 100644
--- a/net/quic/crypto/common_cert_set_2.c
+++ b/net/quic/crypto/common_cert_set_2.c
@@ -6,6 +6,8 @@
/* This file contains common certificates. It's designed to be #included in
* another file, in a namespace. */
+#include <stdint.h>
+
#include "net/quic/crypto/common_cert_set_2a.inc"
#include "net/quic/crypto/common_cert_set_2b.inc"
« no previous file with comments | « net/quic/crypto/common_cert_set_1.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698