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

Unified Diff: chrome/browser/net/gaia/gaia_oauth_fetcher.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: chrome/browser/net/gaia/gaia_oauth_fetcher.cc
===================================================================
--- chrome/browser/net/gaia/gaia_oauth_fetcher.cc (revision 107626)
+++ chrome/browser/net/gaia/gaia_oauth_fetcher.cc (working copy)
@@ -659,7 +659,7 @@
scoped_ptr<content::URLFetcher> current_fetcher(fetcher_.release());
fetch_pending_ = false;
GaiaUrls* gaia_urls = GaiaUrls::GetInstance();
- GURL url = source->GetUrl();
+ GURL url = source->GetURL();
std::string data;
source->GetResponseAsString(&data);
net::URLRequestStatus status = source->GetStatus();

Powered by Google App Engine
This is Rietveld 408576698