commit | 13fc893acb88fdd82ad7eea72f9499d123bf5a89 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Sun Dec 20 04:40:46 2015 |
committer | Avi Drissman <[email protected]> | Sun Dec 20 04:42:28 2015 |
tree | 76aa2bdaa56cb2d05bbf2a6af57e440f9661c7f0 | |
parent | e40cbca89ebc83b5bef0f892d80604b00a98abc8 [diff] [blame] |
Switch to standard integer types in net/. BUG=488550 [email protected] Review URL: https://codereview.chromium.org/1535363003 . Cr-Commit-Position: refs/heads/master@{#366297}
diff --git a/net/base/network_quality_estimator.h b/net/base/network_quality_estimator.h index ea4eaa1d..ad10d324 100644 --- a/net/base/network_quality_estimator.h +++ b/net/base/network_quality_estimator.h
@@ -5,6 +5,7 @@ #ifndef NET_BASE_NETWORK_QUALITY_ESTIMATOR_H_ #define NET_BASE_NETWORK_QUALITY_ESTIMATOR_H_ +#include <stddef.h> #include <stdint.h> #include <deque>