| 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 7a29f28e71ccae3be0b61c9879760af3642eaf1f..fab8e996c746e83e8a59ec7ea4906b38a2f10253 100644
|
| --- a/content/browser/download/download_item_impl_unittest.cc
|
| +++ b/content/browser/download/download_item_impl_unittest.cc
|
| @@ -344,7 +344,7 @@ TEST_F(DownloadItemTest, NotificationAfterUpdate) {
|
| DownloadItemImpl* item = CreateDownloadItem();
|
| MockObserver observer(item);
|
|
|
| - item->UpdateProgress(kDownloadChunkSize, kDownloadSpeed, std::string());
|
| + item->DestinationUpdate(kDownloadChunkSize, kDownloadSpeed, std::string());
|
| ASSERT_TRUE(observer.CheckUpdated());
|
| EXPECT_EQ(kDownloadSpeed, item->CurrentSpeed());
|
| }
|
|
|