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

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

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef 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') | net/quic/crypto/common_cert_set_test.cc » ('j') | 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 320fe6127900540ea01cfbc80a6394b08c914da1..09cb6c15d9b638b2288135ad7a89f110eff7fc29 100644
--- a/net/quic/crypto/common_cert_set_2.c
+++ b/net/quic/crypto/common_cert_set_2.c
@@ -124,4 +124,4 @@ static const size_t kLens[] = {
1770,
};
-static const uint64 kHash = UINT64_C(0xe81a92926081e801);
+static const uint64_t kHash = UINT64_C(0xe81a92926081e801);
« no previous file with comments | « net/quic/crypto/common_cert_set_1.c ('k') | net/quic/crypto/common_cert_set_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698