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()); |