Chromium Code Reviews| Index: components/reading_list/core/reading_list_model_unittest.cc |
| diff --git a/components/reading_list/core/reading_list_model_unittest.cc b/components/reading_list/core/reading_list_model_unittest.cc |
| index a2b2b57fe4634fde0e989f6a97ed6bafd7cb0e2b..4db1b7b5413f71c0c4f0f53fbd095437c367be13 100644 |
| --- a/components/reading_list/core/reading_list_model_unittest.cc |
| +++ b/components/reading_list/core/reading_list_model_unittest.cc |
| @@ -314,6 +314,7 @@ TEST_F(ReadingListModelTest, EmptyLoaded) { |
| EXPECT_EQ(0ul, ReadSize()); |
| model_->Shutdown(); |
| EXPECT_FALSE(model_->loaded()); |
| + model_.reset(); |
|
rohitrao (ping after 24h)
2017/05/09 14:52:08
Why does the model need to be reset here? This is
|
| AssertObserverCount(1, 0, 0, 1, 0, 0, 0, 0, 0); |
| } |