Index: ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc |
diff --git a/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc b/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc |
index a81fc5227abb28cb7ffff7fdfca61a3ab78064d0..ed24da0e44dc683a12fda20d4d6b57fa5289bc26 100644 |
--- a/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc |
+++ b/ios/chrome/browser/browser_state/chrome_browser_state_io_data.cc |
@@ -45,7 +45,6 @@ |
#include "ios/chrome/browser/net/proxy_service_factory.h" |
#include "ios/web/public/web_thread.h" |
#include "net/base/keygen_handler.h" |
-#include "net/base/network_quality_estimator.h" |
#include "net/cert/cert_verifier.h" |
#include "net/cert/multi_log_ct_verifier.h" |
#include "net/cookies/canonical_cookie.h" |
@@ -53,6 +52,7 @@ |
#include "net/http/http_transaction_factory.h" |
#include "net/http/http_util.h" |
#include "net/http/transport_security_persister.h" |
+#include "net/nqe/network_quality_estimator.h" |
#include "net/proxy/proxy_config_service_fixed.h" |
#include "net/proxy/proxy_script_fetcher_impl.h" |
#include "net/proxy/proxy_service.h" |