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

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

Issue 8416020: Handle additional feedback from http://codereview.chromium.org/8395038/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
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_;
}

Powered by Google App Engine
This is Rietveld 408576698