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