| 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;
|
|
|