| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 943d6cb0bc5c6c181d8c3849d9f4ae63bc13fcb8..5da3e2c897a20dcb945984beefa36967b6336e75 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -565,7 +565,8 @@ 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), network_quality_estimator_params,
|
| + net_log_));
|
|
|
| UpdateDnsClientEnabled();
|
| #if defined(OS_CHROMEOS)
|
|
|