| Index: content/public/browser/network_quality_observer_factory.h
|
| diff --git a/content/public/browser/network_quality_observer_factory.h b/content/public/browser/network_quality_observer_factory.h
|
| index b6102a0ba28edc5f0ad34bfaebe35a9acded93f3..f0ae95b8059f0e07afb3c1e4027bba9e54ea6943 100644
|
| --- a/content/public/browser/network_quality_observer_factory.h
|
| +++ b/content/public/browser/network_quality_observer_factory.h
|
| @@ -12,14 +12,17 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/browser/render_process_host.h"
|
| -#include "net/nqe/network_quality_estimator.h"
|
| +#include "net/nqe/rtt_throughput_estimates_observer.h"
|
| +
|
| +namespace net {
|
| +class NetworkQualityEstimator;
|
| +}
|
|
|
| namespace content {
|
|
|
| // Creates network quality observer that listens for changes to the network
|
| // quality and manages sending updates to each RenderProcess.
|
| -CONTENT_EXPORT std::unique_ptr<
|
| - net::NetworkQualityEstimator::RTTAndThroughputEstimatesObserver>
|
| +CONTENT_EXPORT std::unique_ptr<net::RTTAndThroughputEstimatesObserver>
|
| CreateNetworkQualityObserver(
|
| net::NetworkQualityEstimator* network_quality_estimator);
|
|
|
|
|