| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 39ec7628594b68bd18c44e8c8817c982a3eb6202..d066b020ad4ae01b865d663ef747db99848c3e71 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -80,7 +80,6 @@
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/resource_context.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"
|
| @@ -88,6 +87,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"
|
|
|