| Index: content/public/common/url_fetcher.h
|
| ===================================================================
|
| --- content/public/common/url_fetcher.h (revision 107626)
|
| +++ content/public/common/url_fetcher.h (working copy)
|
| @@ -188,10 +188,10 @@
|
| net::URLRequestContextGetter* request_context_getter) = 0;
|
|
|
| // Return the URL that we were asked to fetch.
|
| - virtual const GURL& GetOriginalUrl() const = 0;
|
| + virtual const GURL& GetOriginalURL() const = 0;
|
|
|
| // Return the URL that this fetcher is processing.
|
| - virtual const GURL& GetUrl() const = 0;
|
| + virtual const GURL& GetURL() const = 0;
|
|
|
| // The status of the URL fetch.
|
| virtual const net::URLRequestStatus& GetStatus() const = 0;
|
|
|