Index: chrome/common/net/gaia/oauth2_mint_token_flow.cc |
diff --git a/chrome/common/net/gaia/oauth2_mint_token_flow.cc b/chrome/common/net/gaia/oauth2_mint_token_flow.cc |
index c39bbaa74d5dcb536c84a470f67ad98ee59c4b6a..0232b92d379ce8fb4fc830e9b2502123eb0dc644 100644 |
--- a/chrome/common/net/gaia/oauth2_mint_token_flow.cc |
+++ b/chrome/common/net/gaia/oauth2_mint_token_flow.cc |
@@ -179,7 +179,7 @@ std::string OAuth2MintTokenFlow::CreateApiCallBody() { |
} |
void OAuth2MintTokenFlow::ProcessApiCallSuccess( |
- const content::URLFetcher* source) { |
+ const net::URLFetcher* source) { |
// TODO(munjal): Change error code paths in this method to report an |
// internal error. |
std::string response_body; |
@@ -213,7 +213,7 @@ void OAuth2MintTokenFlow::ProcessApiCallSuccess( |
} |
void OAuth2MintTokenFlow::ProcessApiCallFailure( |
- const content::URLFetcher* source) { |
+ const net::URLFetcher* source) { |
ReportFailure(CreateAuthError(source->GetStatus())); |
} |
void OAuth2MintTokenFlow::ProcessNewAccessToken( |