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

Unified Diff: chrome/service/gaia/service_gaia_authenticator.cc

Issue 10386063: Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head, fix win component build Created 8 years, 7 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/service/gaia/service_gaia_authenticator.cc
diff --git a/chrome/service/gaia/service_gaia_authenticator.cc b/chrome/service/gaia/service_gaia_authenticator.cc
index 49704f92ac1b961e75198773b26e1e893b656127..2f67acbe3cfb98802b9a08fedafcf252e460555b 100644
--- a/chrome/service/gaia/service_gaia_authenticator.cc
+++ b/chrome/service/gaia/service_gaia_authenticator.cc
@@ -23,7 +23,7 @@ ServiceGaiaAuthenticator::ServiceGaiaAuthenticator(
// content::URLFetcherDelegate implementation
void ServiceGaiaAuthenticator::OnURLFetchComplete(
- const content::URLFetcher* source) {
+ const net::URLFetcher* source) {
DCHECK(io_message_loop_proxy_->BelongsToCurrentThread());
http_response_code_ = source->GetResponseCode();
source->GetResponseAsString(&response_data_);
« no previous file with comments | « chrome/service/gaia/service_gaia_authenticator.h ('k') | content/browser/geolocation/network_location_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698