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

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

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup 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 ed18401cb65a773159f9228a4f1290ce2b8bcb45..e451eeb613e224ecb4edd2fe25e6ddeb2da04c2a 100644
--- a/content/common/net/url_fetcher_impl.h
+++ b/content/common/net/url_fetcher_impl.h
@@ -33,7 +33,7 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher {
// |d| the object that will receive the callback on fetch completion.
URLFetcherImpl(const GURL& url,
RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~URLFetcherImpl();
// content::URLFetcher implementation:
@@ -89,7 +89,7 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher {
protected:
// Returns the delegate.
- content::URLFetcherDelegate* delegate() const;
+ net::URLFetcherDelegate* delegate() const;
private:
friend class ScopedURLFetcherFactory;
« 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