| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 3b006b362272045e2290e6c440a3f62eef5947f7..29c886180419bd90305cd6d18b094ca5e8b35b6e 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -34,7 +34,6 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/content_client.h"
|
| -#include "content/public/common/url_fetcher.h"
|
| #include "net/base/cert_verifier.h"
|
| #include "net/base/default_server_bound_cert_store.h"
|
| #include "net/base/host_cache.h"
|
| @@ -53,6 +52,7 @@
|
| #include "net/proxy/proxy_config_service.h"
|
| #include "net/proxy/proxy_script_fetcher_impl.h"
|
| #include "net/proxy/proxy_service.h"
|
| +#include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_request_throttler_manager.h"
|
|
|
| #if defined(USE_NSS)
|
|
|