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

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

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup 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 2f67acbe3cfb98802b9a08fedafcf252e460555b..a7a2da3762ffe132c9f00cfb327f011da62e39d7 100644
--- a/chrome/service/gaia/service_gaia_authenticator.cc
+++ b/chrome/service/gaia/service_gaia_authenticator.cc
@@ -21,7 +21,7 @@ ServiceGaiaAuthenticator::ServiceGaiaAuthenticator(
http_response_code_(0) {
}
-// content::URLFetcherDelegate implementation
+// net::URLFetcherDelegate implementation
void ServiceGaiaAuthenticator::OnURLFetchComplete(
const net::URLFetcher* source) {
DCHECK(io_message_loop_proxy_->BelongsToCurrentThread());
« 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