diff options
Diffstat (limited to 'content/browser/browser_process_sub_thread.cc')
-rw-r--r-- | content/browser/browser_process_sub_thread.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/browser_process_sub_thread.cc b/content/browser/browser_process_sub_thread.cc index bab8ead..4a705ed 100644 --- a/content/browser/browser_process_sub_thread.cc +++ b/content/browser/browser_process_sub_thread.cc @@ -14,7 +14,7 @@ #include "content/browser/browser_child_process_host_impl.h" #include "content/browser/in_process_webkit/indexed_db_key_utility_client.h" #include "content/browser/notification_service_impl.h" -#include "content/public/common/url_fetcher.h" +#include "net/url_request/url_fetcher.h" #include "net/url_request/url_request.h" namespace content { @@ -68,7 +68,7 @@ void BrowserProcessSubThread::IOThreadPreCleanUp() { // net::URLRequest/net::URLRequestContexts. // Destroy all URLRequests started by URLFetchers. - content::URLFetcher::CancelAll(); + net::URLFetcher::CancelAll(); IndexedDBKeyUtilityClient::Shutdown(); |