commit | 2592bd4abbb6d8632e4247ea42126ba00148fb8f | [log] [tgz] |
---|---|---|
author | Anna Malova <[email protected]> | Tue Mar 03 15:52:16 2020 |
committer | Commit Bot <[email protected]> | Tue Mar 03 15:52:16 2020 |
tree | a4074a8b8e7f37834044b5d1e617c93c1bff8d1f | |
parent | 47bfc2a8519a67075c592a34d4496d174bce43d7 [diff] [blame] |
Convert ThroughputObservationCallback to RepeatingCallback. Bug: 1007815 Change-Id: I72241731610b566ca062ff95f8fd94289999b3a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083327 Reviewed-by: Matt Menke <[email protected]> Commit-Queue: Anna Malova <[email protected]> Cr-Commit-Position: refs/heads/master@{#746379}
diff --git a/net/nqe/throughput_analyzer.h b/net/nqe/throughput_analyzer.h index 5e3e14c..a5378cf8 100644 --- a/net/nqe/throughput_analyzer.h +++ b/net/nqe/throughput_analyzer.h
@@ -20,7 +20,7 @@ #include "net/log/net_log_with_source.h" namespace { -typedef base::Callback<void(int32_t)> ThroughputObservationCallback; +typedef base::RepeatingCallback<void(int32_t)> ThroughputObservationCallback; } namespace base {