Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1021)

Unified Diff: content/browser/browser_process_sub_thread.cc

Issue 10554008: Move content::URLFetcher static functions to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win link error Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/service/service_process.cc ('k') | content/browser/geolocation/network_location_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_process_sub_thread.cc
diff --git a/content/browser/browser_process_sub_thread.cc b/content/browser/browser_process_sub_thread.cc
index bab8ead5b501f9196b87ef44621c0421f01bfb12..4a705ed719f8c8a9e9e5f044ccf41b447f544e7a 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();
« no previous file with comments | « chrome/service/service_process.cc ('k') | content/browser/geolocation/network_location_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698