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

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

Issue 6056007: net: Add namespace net to the remaining files under url_request directory. (Closed)
Patch Set: chromeos fixes Created 9 years, 11 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.h
diff --git a/chrome/service/gaia/service_gaia_authenticator.h b/chrome/service/gaia/service_gaia_authenticator.h
index 5d2813a04c07bb08f5d946ba12e140f813cc7538..14adcff6d9e53dd1a930ecefd2bba90ca5a726f3 100644
--- a/chrome/service/gaia/service_gaia_authenticator.h
+++ b/chrome/service/gaia/service_gaia_authenticator.h
@@ -33,7 +33,7 @@ class ServiceGaiaAuthenticator
// URLFetcher::Delegate implementation.
virtual void OnURLFetchComplete(const URLFetcher *source,
const GURL &url,
- const URLRequestStatus &status,
+ const net::URLRequestStatus &status,
int response_code,
const ResponseCookies &cookies,
const std::string &data);
« no previous file with comments | « chrome/service/cloud_print/cloud_print_url_fetcher.h ('k') | chrome/service/gaia/service_gaia_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698