| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index a730d142064ab6be67c3112667264af7945a6655..850edee819469d31253b0344e7979023891add8e 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -573,7 +573,9 @@ void IOThread::Init() {
|
| #endif // defined(OS_ANDROID)
|
| // Pass ownership.
|
| globals_->network_quality_estimator.reset(new net::NetworkQualityEstimator(
|
| - std::move(external_estimate_provider), network_quality_estimator_params,
|
| + std::move(external_estimate_provider),
|
| + base::MakeUnique<net::NetworkQualityEstimatorParams>(
|
| + network_quality_estimator_params),
|
| net_log_));
|
| globals_->network_quality_observer = content::CreateNetworkQualityObserver(
|
| globals_->network_quality_estimator.get());
|
|
|