| Index: net/url_request/url_request_test_util.h
|
| diff --git a/net/url_request/url_request_test_util.h b/net/url_request/url_request_test_util.h
|
| index 7eb8f3fe5f87467c85eda7f67eb1c4705f386c21..6a023ed2e7d7940759d13ebbd40774a2a0caf10e 100644
|
| --- a/net/url_request/url_request_test_util.h
|
| +++ b/net/url_request/url_request_test_util.h
|
| @@ -36,7 +36,6 @@
|
| #include "net/http/http_network_layer.h"
|
| #include "net/http/http_network_session.h"
|
| #include "net/http/http_request_headers.h"
|
| -#include "net/nqe/network_quality_estimator.h"
|
| #include "net/proxy/proxy_service.h"
|
| #include "net/ssl/ssl_config_service_defaults.h"
|
| #include "net/url_request/url_request.h"
|
| @@ -92,8 +91,6 @@
|
| }
|
|
|
| private:
|
| - NetworkQualityEstimator network_quality_estimator_;
|
| -
|
| bool initialized_ = false;
|
|
|
| // Optional parameters to override default values. Note that values that
|
|
|