| Index: components/download/internal/model_impl_unittest.cc
|
| diff --git a/components/download/internal/model_impl_unittest.cc b/components/download/internal/model_impl_unittest.cc
|
| index 19a78391702979755d00f60e52e570bc48f72d65..2bec4d495b93442c505ec12206b620a9f28ab79b 100644
|
| --- a/components/download/internal/model_impl_unittest.cc
|
| +++ b/components/download/internal/model_impl_unittest.cc
|
| @@ -218,8 +218,7 @@ TEST_F(DownloadServiceModelImplTest, PeekEntries) {
|
|
|
| std::vector<Entry*> expected_peek = {&entry1, &entry2};
|
|
|
| - EXPECT_TRUE(
|
| - test::SuperficialEntryListCompare(expected_peek, model_->PeekEntries()));
|
| + EXPECT_TRUE(test::CompareEntryList(expected_peek, model_->PeekEntries()));
|
| }
|
|
|
| TEST_F(DownloadServiceModelImplTest, TestRemoveAfterAdd) {
|
|
|