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

Unified Diff: content/common/net/url_fetcher_impl.h

Issue 10412050: Change most content::URLFetcher references to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ChromeOS, address comments Created 8 years, 7 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 | « content/common/net/url_fetcher_core.cc ('k') | content/common/net/url_fetcher_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/net/url_fetcher_impl.h
diff --git a/content/common/net/url_fetcher_impl.h b/content/common/net/url_fetcher_impl.h
index e451eeb613e224ecb4edd2fe25e6ddeb2da04c2a..9fb9776fe7ec6ef80563bc4aa36a885b94808216 100644
--- a/content/common/net/url_fetcher_impl.h
+++ b/content/common/net/url_fetcher_impl.h
@@ -26,7 +26,7 @@ class URLFetcherDelegate;
class URLFetcherFactory;
} // namespace content
-class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher {
+class CONTENT_EXPORT URLFetcherImpl : public net::URLFetcher {
public:
// |url| is the URL to send the request to.
// |request_type| is the type of request to make.
@@ -36,7 +36,7 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher {
net::URLFetcherDelegate* d);
virtual ~URLFetcherImpl();
- // content::URLFetcher implementation:
+ // net::URLFetcher implementation:
virtual void SetUploadData(const std::string& upload_content_type,
const std::string& upload_content) OVERRIDE;
virtual void SetChunkedUpload(
« no previous file with comments | « content/common/net/url_fetcher_core.cc ('k') | content/common/net/url_fetcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698