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

Unified Diff: net/cert/ct_log_verifier_util.cc

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 | « media/filters/vp8_bool_decoder.cc ('k') | net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_log_verifier_util.cc
diff --git a/net/cert/ct_log_verifier_util.cc b/net/cert/ct_log_verifier_util.cc
index 9591e68a2ce55ba8990a35c2fd086ce3cd449c83..39b5843bf5c17ea3df6adda1b7d79bfa4e9e184a 100644
--- a/net/cert/ct_log_verifier_util.cc
+++ b/net/cert/ct_log_verifier_util.cc
@@ -4,6 +4,8 @@
#include "net/cert/ct_log_verifier_util.h"
+#include <stdint.h>
+
#include <cmath>
#include "base/memory/scoped_ptr.h"
« no previous file with comments | « media/filters/vp8_bool_decoder.cc ('k') | net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698