Index: chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
diff --git a/chrome/common/net/gaia/oauth2_mint_token_fetcher.h b/chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
index e9c1e5b7ec23993ebd37b7bf54b4ce03843a4f2e..b7aec3131a204ca0c38981c756dbbefd6ac8facf 100644 |
--- a/chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
+++ b/chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
@@ -69,9 +69,9 @@ class OAuth2MintTokenFetcher : public content::URLFetcherDelegate { |
void StartMintToken(); |
void EndMintToken(const content::URLFetcher* source); |
- // Helper mehtods for reporting back results. |
+ // Helper methods for reporting back results. |
void OnMintTokenSuccess(const std::string& access_token); |
- void OnMintTokenFailure(GoogleServiceAuthError error); |
+ void OnMintTokenFailure(const GoogleServiceAuthError& error); |
// Other helpers. |
static GURL MakeMintTokenUrl(); |