Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1450)

Unified Diff: chrome/browser/io_thread.h

Issue 2927453002: Make NQE a derived class of NetworkQualityProvider (Closed)
Patch Set: some more IWYU fixes Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/net/nqe/ui_network_quality_estimator_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 4f2db705cfc8920c71c358b0c96eff7e1c4bc07a..0797746a7d7576b950a7ce88c73d8658081960aa 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -83,6 +83,7 @@ class HttpAuthPreferences;
class LoggingNetworkChangeObserver;
class NetworkQualityEstimator;
class ProxyConfigService;
+class RTTAndThroughputEstimatesObserver;
class SSLConfigService;
class URLRequestContext;
class URLRequestContextGetter;
@@ -154,8 +155,7 @@ class IOThread : public content::BrowserThreadDelegate {
#endif
std::unique_ptr<net::HostMappingRules> host_mapping_rules;
std::unique_ptr<net::NetworkQualityEstimator> network_quality_estimator;
- std::unique_ptr<
- net::NetworkQualityEstimator::RTTAndThroughputEstimatesObserver>
+ std::unique_ptr<net::RTTAndThroughputEstimatesObserver>
network_quality_observer;
// NetErrorTabHelper uses |dns_probe_service| to send DNS probes when a
« no previous file with comments | « no previous file | chrome/browser/net/nqe/ui_network_quality_estimator_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698