| Index: chrome/browser/autofill/autofill_download.cc
|
| diff --git a/chrome/browser/autofill/autofill_download.cc b/chrome/browser/autofill/autofill_download.cc
|
| index 63ea0722ac12e7a1654beedf5c269b5285434064..7c96facdcf9c587077168338f526fbaaa8eee6ba 100644
|
| --- a/chrome/browser/autofill/autofill_download.cc
|
| +++ b/chrome/browser/autofill/autofill_download.cc
|
| @@ -171,8 +171,8 @@ bool AutofillDownloadManager::StartRequest(
|
|
|
| // Id is ignored for regular chrome, in unit test id's for fake fetcher
|
| // factory will be 0, 1, 2, ...
|
| - content::URLFetcher* fetcher = content::URLFetcher::Create(
|
| - fetcher_id_for_unittest_++, GURL(request_url), content::URLFetcher::POST,
|
| + net::URLFetcher* fetcher = content::URLFetcher::Create(
|
| + fetcher_id_for_unittest_++, GURL(request_url), net::URLFetcher::POST,
|
| this);
|
| url_fetchers_[fetcher] = request_data;
|
| fetcher->SetAutomaticallyRetryOn5xx(false);
|
|
|