| Index: content/browser/download/download_item_impl_unittest.cc
|
| diff --git a/content/browser/download/download_item_impl_unittest.cc b/content/browser/download/download_item_impl_unittest.cc
|
| index 7d348372c22f1cede907a435f4cba3d7f226045e..ff5d32602fa1a01c60f8aad2f851a92fd30f38b5 100644
|
| --- a/content/browser/download/download_item_impl_unittest.cc
|
| +++ b/content/browser/download/download_item_impl_unittest.cc
|
| @@ -496,7 +496,7 @@ TEST_F(DownloadItemTest, LimitRestartsAfterInterrupted) {
|
| // to be callled, so we simply verify that GetWebContents() is called.
|
| if (i < (DownloadItemImpl::kMaxAutoResumeAttempts - 1)) {
|
| EXPECT_CALL(*mock_request_handle, GetWebContents())
|
| - .WillOnce(Return(static_cast<WebContents*>(NULL)));
|
| + .WillRepeatedly(Return(static_cast<WebContents*>(NULL)));
|
| }
|
|
|
| // Copied key parts of DoIntermediateRename & AddDownloadFileToDownloadItem
|
|
|