| Index: chrome/browser/autofill/autofill_download_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_download_unittest.cc (revision 107061)
|
| +++ chrome/browser/autofill/autofill_download_unittest.cc (working copy)
|
| @@ -312,7 +312,7 @@
|
| mock_metric_logger));
|
| fetcher = factory.GetFetcherByID(3);
|
| ASSERT_TRUE(fetcher);
|
| - fetcher->set_backoff_delay_for_testing(
|
| + fetcher->SetBackoffDelayForTesting(
|
| base::TimeDelta::FromMilliseconds(TestTimeouts::action_max_timeout_ms()));
|
| FakeOnURLFetchComplete(fetcher, 500, std::string(responses[0]));
|
|
|
| @@ -338,7 +338,7 @@
|
| *(form_structures[0]), true, FieldTypeSet()));
|
| fetcher = factory.GetFetcherByID(4);
|
| ASSERT_TRUE(fetcher);
|
| - fetcher->set_backoff_delay_for_testing(
|
| + fetcher->SetBackoffDelayForTesting(
|
| base::TimeDelta::FromMilliseconds(TestTimeouts::action_max_timeout_ms()));
|
| FakeOnURLFetchComplete(fetcher, 503, std::string(responses[2]));
|
| EXPECT_EQ(AutofillDownloadTest::REQUEST_UPLOAD_FAILED,
|
|
|