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

Unified Diff: chrome/common/net/gaia/oauth2_mint_token_flow.h

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/common/net/gaia/oauth2_mint_token_flow.h
diff --git a/chrome/common/net/gaia/oauth2_mint_token_flow.h b/chrome/common/net/gaia/oauth2_mint_token_flow.h
index 7a6950a08331ebde7324454a77d7f601e0eeca30..e50c526fce324b6a4f65f6fe383aa14938285e23 100644
--- a/chrome/common/net/gaia/oauth2_mint_token_flow.h
+++ b/chrome/common/net/gaia/oauth2_mint_token_flow.h
@@ -119,9 +119,9 @@ class OAuth2MintTokenFlow : public OAuth2ApiCallFlow {
virtual std::string CreateApiCallBody() OVERRIDE;
virtual void ProcessApiCallSuccess(
- const content::URLFetcher* source) OVERRIDE;
+ const net::URLFetcher* source) OVERRIDE;
virtual void ProcessApiCallFailure(
- const content::URLFetcher* source) OVERRIDE;
+ const net::URLFetcher* source) OVERRIDE;
virtual void ProcessNewAccessToken(const std::string& access_token) OVERRIDE;
virtual void ProcessMintAccessTokenFailure(
const GoogleServiceAuthError& error) OVERRIDE;
« no previous file with comments | « chrome/common/net/gaia/oauth2_mint_token_fetcher.cc ('k') | chrome/common/net/gaia/oauth2_mint_token_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698