commit | e5a38eddbdf45d7563a00d019debd11b803af1bb | [log] [tgz] |
---|---|---|
author | Peter Kasting <[email protected]> | Sat Oct 02 03:06:35 2021 |
committer | Chromium LUCI CQ <[email protected]> | Sat Oct 02 03:06:35 2021 |
tree | f10a7dd1f95468190c5669ec0fd9206950cde49e | |
parent | 19314258752f322bfd35b35a7c0c37ea3e80f89f [diff] [blame] |
Migrate "base::TimeDelta::FromX" to "base:X". All changes were done automatically with git grep, sed, xargs, etc. No-Presubmit: true No-Try: true Bug: 1243777 Change-Id: I7cc197e9027f7837cd36afc67a209079f85ec364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198824 Commit-Queue: Peter Kasting <[email protected]> Owners-Override: Peter Kasting <[email protected]> Reviewed-by: Peter Boström <[email protected]> Cr-Commit-Position: refs/heads/main@{#927512}
diff --git a/net/nqe/network_quality.cc b/net/nqe/network_quality.cc index d9f23182..8e0cb68 100644 --- a/net/nqe/network_quality.cc +++ b/net/nqe/network_quality.cc
@@ -9,7 +9,7 @@ namespace internal { base::TimeDelta InvalidRTT() { - return base::TimeDelta::FromMilliseconds(INVALID_RTT_THROUGHPUT); + return base::Milliseconds(INVALID_RTT_THROUGHPUT); } NetworkQuality::NetworkQuality()