| 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 3dbea58409d141e21384c07a7c70dad7c6098b14..cd1eca1fcd387871f431886bf351b3fba3a5e8ce 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| +++ b/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| @@ -234,7 +234,7 @@ net::URLFetcher* GaiaAuthFetcher::CreateGaiaFetcher(
|
| net::URLFetcherDelegate* delegate) {
|
| net::URLFetcher* to_return = content::URLFetcher::Create(
|
| 0, gaia_gurl,
|
| - body == "" ? content::URLFetcher::GET : content::URLFetcher::POST,
|
| + body == "" ? net::URLFetcher::GET : net::URLFetcher::POST,
|
| delegate);
|
| to_return->SetRequestContext(getter);
|
| to_return->SetUploadData("application/x-www-form-urlencoded", body);
|
|
|