| Index: chrome/common/net/gaia/oauth2_access_token_fetcher.h
|
| ===================================================================
|
| --- chrome/common/net/gaia/oauth2_access_token_fetcher.h (revision 111280)
|
| +++ chrome/common/net/gaia/oauth2_access_token_fetcher.h (working copy)
|
| @@ -65,8 +65,8 @@
|
| void EndGetAccessToken(const content::URLFetcher* source);
|
|
|
| // Helper mehtods for reporting back results.
|
| - void ReportSuccess(const std::string& access_token);
|
| - void ReportFailure(GoogleServiceAuthError error);
|
| + void OnGetTokenSuccess(const std::string& access_token);
|
| + void OnGetTokenFailure(GoogleServiceAuthError error);
|
|
|
| // Other helpers.
|
| static GURL MakeGetAccessTokenUrl();
|
|
|