summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-27 04:23:46 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-27 04:23:46 +0000
commit7b419b87571595cb0046247cb71856511cefe13d (patch)
tree1244bb31f4d935a4dad4fa94df49f3537d36ae3f /chrome/service/service_process.cc
parent6b3b4806a6ee8c88819add0ca1a19279a969c664 (diff)
downloadchromium_src-7b419b87571595cb0046247cb71856511cefe13d.zip
chromium_src-7b419b87571595cb0046247cb71856511cefe13d.tar.gz
chromium_src-7b419b87571595cb0046247cb71856511cefe13d.tar.bz2
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetcher interface.
BUG=98716 Review URL: http://codereview.chromium.org/8403017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/service_process.cc')
-rw-r--r--chrome/service/service_process.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index e763948..03c6296 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -25,7 +25,7 @@
#include "chrome/service/net/service_url_request_context.h"
#include "chrome/service/service_ipc_server.h"
#include "chrome/service/service_process_prefs.h"
-#include "content/common/net/url_fetcher.h"
+#include "content/public/common/url_fetcher.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
#include "net/base/network_change_notifier.h"
@@ -68,7 +68,7 @@ ServiceIOThread::~ServiceIOThread() {
}
void ServiceIOThread::CleanUp() {
- URLFetcher::CancelAll();
+ content::URLFetcher::CancelAll();
}
// Prepares the localized strings that are going to be displayed to