Index: chrome/common/net/gaia/oauth2_access_token_fetcher.h |
diff --git a/chrome/common/net/gaia/oauth2_access_token_fetcher.h b/chrome/common/net/gaia/oauth2_access_token_fetcher.h |
index a550387b3b06e98179c5764654ecbaf669c2a697..0342652ee2118f552e45a2ffdfec8f5679ae11a0 100644 |
--- a/chrome/common/net/gaia/oauth2_access_token_fetcher.h |
+++ b/chrome/common/net/gaia/oauth2_access_token_fetcher.h |
@@ -76,7 +76,7 @@ class OAuth2AccessTokenFetcher : public content::URLFetcherDelegate { |
// Helper mehtods for reporting back results. |
void OnGetTokenSuccess(const std::string& access_token); |
- void OnGetTokenFailure(GoogleServiceAuthError error); |
+ void OnGetTokenFailure(const GoogleServiceAuthError& error); |
// Other helpers. |
static GURL MakeGetAccessTokenUrl(); |