| Index: net/nqe/network_quality_estimator_test_util.h
|
| diff --git a/net/nqe/network_quality_estimator_test_util.h b/net/nqe/network_quality_estimator_test_util.h
|
| index 4b12fce080d9240c4e99875b1c558645e5585ade..4549c92589e9580806ea53dd85d9875410cfe219 100644
|
| --- a/net/nqe/network_quality_estimator_test_util.h
|
| +++ b/net/nqe/network_quality_estimator_test_util.h
|
| @@ -8,6 +8,7 @@
|
| #include <map>
|
| #include <memory>
|
| #include <string>
|
| +#include <utility>
|
| #include <vector>
|
|
|
| #include "base/files/file_path.h"
|
| @@ -155,6 +156,9 @@ class TestNetworkQualityEstimator : public NetworkQualityEstimator {
|
| DCHECK(!effective_connection_type_ && !recent_effective_connection_type_);
|
| recent_transport_rtt_ = recent_transport_rtt;
|
| }
|
| +
|
| + base::Optional<base::TimeDelta> GetTransportRTT() const override;
|
| +
|
| // Returns the recent transport RTT that was set using
|
| // |set_recent_transport_rtt|. If the recent transport RTT has not been set,
|
| // then the base implementation is called.
|
|
|