| Index: content/common/net/url_fetcher_impl.cc
|
| ===================================================================
|
| --- content/common/net/url_fetcher_impl.cc (revision 107626)
|
| +++ content/common/net/url_fetcher_impl.cc (working copy)
|
| @@ -1020,11 +1020,11 @@
|
| core_->Start();
|
| }
|
|
|
| -const GURL& URLFetcherImpl::GetOriginalUrl() const {
|
| +const GURL& URLFetcherImpl::GetOriginalURL() const {
|
| return core_->original_url_;
|
| }
|
|
|
| -const GURL& URLFetcherImpl::GetUrl() const {
|
| +const GURL& URLFetcherImpl::GetURL() const {
|
| return core_->url_;
|
| }
|
|
|
|
|