| Index: net/nqe/throughput_analyzer.h
|
| diff --git a/net/nqe/throughput_analyzer.h b/net/nqe/throughput_analyzer.h
|
| index d83e9db0a4f5dfbb8cae2058bba7ab5f2a7787a1..6aeae1657370cd2fb4205680695493d69619a415 100644
|
| --- a/net/nqe/throughput_analyzer.h
|
| +++ b/net/nqe/throughput_analyzer.h
|
| @@ -25,14 +25,13 @@ class SingleThreadTaskRunner;
|
|
|
| namespace net {
|
|
|
| +class NetworkQualityEstimatorParams;
|
| class URLRequest;
|
|
|
| namespace nqe {
|
|
|
| namespace internal {
|
|
|
| -class NetworkQualityEstimatorParams;
|
| -
|
| // Makes throughput observations. Polls NetworkActivityMonitor
|
| // (TrafficStats on Android) to count number of bits received over throughput
|
| // observation windows in accordance with the following rules:
|
|
|