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

Unified Diff: net/base/load_timing_info.h

Issue 1158923005: Use the exact-width integer types defined in <stdint.h> rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak comments. Exclude mime_sniffer*. Rebase. 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
Index: net/base/load_timing_info.h
diff --git a/net/base/load_timing_info.h b/net/base/load_timing_info.h
index 00dbabf55dc2a77e09f5395ad9f487770392505a..4714222123bdde662b58ca1e1692e5d18306cecd 100644
--- a/net/base/load_timing_info.h
+++ b/net/base/load_timing_info.h
@@ -113,7 +113,7 @@ struct NET_EXPORT LoadTimingInfo {
//
// 0 when there is no socket associated with the request, or it's not an HTTP
// request.
- uint32 socket_log_id;
+ uint32_t socket_log_id;
// Start time as a base::Time, so times can be coverted into actual times.
// Other times are recorded as TimeTicks so they are not affected by clock
« no previous file with comments | « net/base/ip_pattern.cc ('k') | net/base/mock_file_stream.h » ('j') | net/cert/crl_set_storage.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698