| Index: components/domain_reliability/monitor_unittest.cc
|
| diff --git a/components/domain_reliability/monitor_unittest.cc b/components/domain_reliability/monitor_unittest.cc
|
| index df65d3044145f809416ce972f8c0c95ec04efa12..b5c928c392c17961781b5e387db71ed3f655f41a 100644
|
| --- a/components/domain_reliability/monitor_unittest.cc
|
| +++ b/components/domain_reliability/monitor_unittest.cc
|
| @@ -269,10 +269,9 @@ TEST_F(DomainReliabilityMonitorTest, AddBakedInConfigs) {
|
| ++num_baked_in_configs;
|
|
|
| // Also count the Google configs stored in abbreviated form.
|
| - std::vector<DomainReliabilityConfig*> google_configs;
|
| + std::vector<std::unique_ptr<DomainReliabilityConfig>> google_configs;
|
| GetAllGoogleConfigs(&google_configs);
|
| size_t num_google_configs = google_configs.size();
|
| - base::STLDeleteElements(&google_configs);
|
|
|
| // The monitor should have contexts for all of the baked-in configs.
|
| EXPECT_EQ(num_baked_in_configs + num_google_configs,
|
|
|