| Index: chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.cc b/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| index 394ed14e2259f1f12de9281254c1636c3a30997c..5e6ae4d66652823c99817d120fbd0c387cc51e39 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| +++ b/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| @@ -1114,7 +1114,7 @@ void GaiaAuthFetcher::OnOAuthLoginFetched(const std::string& data,
|
| }
|
| }
|
|
|
| -void GaiaAuthFetcher::OnURLFetchComplete(const content::URLFetcher* source) {
|
| +void GaiaAuthFetcher::OnURLFetchComplete(const net::URLFetcher* source) {
|
| fetch_pending_ = false;
|
| // Some of the GAIA requests perform redirects, which results in the final
|
| // URL of the fetcher not being the original URL requested. Therefore use
|
|
|