| Index: net/reporting/reporting_delivery_agent_unittest.cc
|
| diff --git a/net/reporting/reporting_delivery_agent_unittest.cc b/net/reporting/reporting_delivery_agent_unittest.cc
|
| index c108c78c7905053186ed57a33b0fa7235bc7aa92..f1a575a2c99db17a6fd695b6f23032223398b706 100644
|
| --- a/net/reporting/reporting_delivery_agent_unittest.cc
|
| +++ b/net/reporting/reporting_delivery_agent_unittest.cc
|
| @@ -178,7 +178,7 @@ TEST_F(ReportingDeliveryAgentTest, ConcurrentRemove) {
|
| EXPECT_FALSE(cache()->IsReportDoomedForTesting(report));
|
|
|
| // Report should appear removed, even though the cache has doomed it.
|
| - cache()->RemoveReports(reports);
|
| + cache()->RemoveReports(reports, ReportingReport::Outcome::UNKNOWN);
|
| cache()->GetReports(&reports);
|
| EXPECT_TRUE(reports.empty());
|
| EXPECT_TRUE(cache()->IsReportDoomedForTesting(report));
|
|
|