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

Unified Diff: net/quic/crypto/common_cert_set_1.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/chacha20_poly1305_rfc7539_encrypter_test.cc ('k') | net/quic/crypto/common_cert_set_2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/common_cert_set_1.c
diff --git a/net/quic/crypto/common_cert_set_1.c b/net/quic/crypto/common_cert_set_1.c
index 8d41647b96d73ac15dbf65d063990eb5315d3b85..e8325758811fe89731c785dc4ae83a033034ad14 100644
--- a/net/quic/crypto/common_cert_set_1.c
+++ b/net/quic/crypto/common_cert_set_1.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_1a.inc"
#include "net/quic/crypto/common_cert_set_1b.inc"
« no previous file with comments | « net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc ('k') | net/quic/crypto/common_cert_set_2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698