Index: components/offline_pages/core/prefetch/prefetch_service_impl_unittest.cc |
diff --git a/components/offline_pages/core/prefetch/prefetch_service_impl_unittest.cc b/components/offline_pages/core/prefetch/prefetch_service_impl_unittest.cc |
index f2a782dc80bef32dc23fc61c138d5c0034c1788b..5dfee7429616b7f013a645adecd6220fb7b90e62 100644 |
--- a/components/offline_pages/core/prefetch/prefetch_service_impl_unittest.cc |
+++ b/components/offline_pages/core/prefetch/prefetch_service_impl_unittest.cc |
@@ -11,7 +11,7 @@ |
namespace offline_pages { |
TEST(PrefetchServiceTest, ServiceDoesNotCrash) { |
- PrefetchServiceImpl service; |
+ PrefetchServiceImpl service(nullptr); |
service.AddCandidatePrefetchURLs(std::vector<PrefetchService::PrefetchURL>()); |
service.RemoveAllUnprocessedPrefetchURLs(kSuggestedArticlesNamespace); |