Index: chrome/common/net/gaia/oauth2_mint_token_fetcher.cc |
diff --git a/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc b/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc |
index 62a2cb17901d51e7ea922c0fe7e7681d21702f48..84d2e0ada766dce6e8eae9d62b8f53a63432bc38 100644 |
--- a/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc |
+++ b/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc |
@@ -137,7 +137,8 @@ void OAuth2MintTokenFetcher::OnMintTokenSuccess( |
consumer_->OnMintTokenSuccess(access_token); |
} |
-void OAuth2MintTokenFetcher::OnMintTokenFailure(GoogleServiceAuthError error) { |
+void OAuth2MintTokenFetcher::OnMintTokenFailure( |
+ const GoogleServiceAuthError& error) { |
state_ = ERROR_STATE; |
consumer_->OnMintTokenFailure(error); |
} |