| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 99a914c8229e65878c55c0d0a8716ddabe5f111d..f14f8b9ee1a7b0e81b4cbf85d61390a950769173 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -61,9 +61,7 @@
|
| #include "content/public/common/content_features.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/user_agent.h"
|
| -#include "net/base/external_estimate_provider.h"
|
| #include "net/base/host_mapping_rules.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"
|
| @@ -83,6 +81,8 @@
|
| #include "net/http/http_auth_preferences.h"
|
| #include "net/http/http_network_layer.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"
|
|
|