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 |