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

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

Issue 8375039: Create a content::UrlFetcher interface that lives in content/public/common and convert users to i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments 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/service/gaia/service_gaia_authenticator.h
===================================================================
--- chrome/service/gaia/service_gaia_authenticator.h (revision 107061)
+++ chrome/service/gaia/service_gaia_authenticator.h (working copy)
@@ -32,7 +32,7 @@
virtual ~ServiceGaiaAuthenticator();
// content::URLFetcherDelegate implementation.
- virtual void OnURLFetchComplete(const URLFetcher *source) OVERRIDE;
+ virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
protected:
// GaiaAuthenticator overrides.
« no previous file with comments | « chrome/service/cloud_print/printer_job_handler.cc ('k') | chrome/service/gaia/service_gaia_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698