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

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

Issue 1160203003: net: Remove the remaining use of GG_(U)INTn_C macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stdint.h Created 5 years, 7 months 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/congestion_control/cubic_bytes.cc ('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_1.c
diff --git a/net/quic/crypto/common_cert_set_1.c b/net/quic/crypto/common_cert_set_1.c
index ba182332b5a83ff1ffc264cd79b6cceb2c1991fa..aa436e2e9267619df8cd0a40f2fce32cf83a86f8 100644
--- a/net/quic/crypto/common_cert_set_1.c
+++ b/net/quic/crypto/common_cert_set_1.c
@@ -140,4 +140,4 @@ static const size_t kLens[] = {
1770,
};
-static const uint64 kHash = GG_UINT64_C(0xff715ce4e7e9267b);
+static const uint64 kHash = UINT64_C(0xff715ce4e7e9267b);
« no previous file with comments | « net/quic/congestion_control/cubic_bytes.cc ('k') | net/quic/crypto/common_cert_set_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698