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

Unified Diff: net/base/load_timing_info.h

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/base/linked_hash_map.h ('k') | net/base/mime_sniffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_timing_info.h
diff --git a/net/base/load_timing_info.h b/net/base/load_timing_info.h
index 4714222123bdde662b58ca1e1692e5d18306cecd..22a59082f5455c1ea2ba906694c3330b0cdc85cc 100644
--- a/net/base/load_timing_info.h
+++ b/net/base/load_timing_info.h
@@ -5,7 +5,8 @@
#ifndef NET_BASE_LOAD_TIMING_INFO_H_
#define NET_BASE_LOAD_TIMING_INFO_H_
-#include "base/basictypes.h"
+#include <stdint.h>
+
#include "base/time/time.h"
#include "net/base/net_export.h"
« no previous file with comments | « net/base/linked_hash_map.h ('k') | net/base/mime_sniffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698