| Index: ios/chrome/browser/ios_chrome_io_thread.mm
|
| diff --git a/ios/chrome/browser/ios_chrome_io_thread.mm b/ios/chrome/browser/ios_chrome_io_thread.mm
|
| index 763c0280813c3b0d6b298cc44c1a14e00c452339..4736188962f79d33c53c74b0bb94cd5d5164612d 100644
|
| --- a/ios/chrome/browser/ios_chrome_io_thread.mm
|
| +++ b/ios/chrome/browser/ios_chrome_io_thread.mm
|
| @@ -43,8 +43,6 @@
|
| #include "ios/web/public/user_agent.h"
|
| #include "ios/web/public/web_client.h"
|
| #include "ios/web/public/web_thread.h"
|
| -#include "net/base/external_estimate_provider.h"
|
| -#include "net/base/network_quality_estimator.h"
|
| #include "net/base/sdch_manager.h"
|
| #include "net/cert/cert_verifier.h"
|
| #include "net/cert/cert_verify_proc.h"
|
| @@ -66,6 +64,8 @@
|
| #include "net/http/http_network_layer.h"
|
| #include "net/http/http_network_session.h"
|
| #include "net/http/http_server_properties_impl.h"
|
| +#include "net/nqe/external_estimate_provider.h"
|
| +#include "net/nqe/network_quality_estimator.h"
|
| #include "net/proxy/proxy_config_service.h"
|
| #include "net/proxy/proxy_script_fetcher_impl.h"
|
| #include "net/proxy/proxy_service.h"
|
|
|