Index: components/offline_pages/core/prefetch/prefetch_service_impl.h |
diff --git a/components/offline_pages/core/prefetch/prefetch_service_impl.h b/components/offline_pages/core/prefetch/prefetch_service_impl.h |
index c476f13e90e0bbdf2a47530f71e58bcd3c6c14bb..ded84d8b77a7be6cbd88640e76c1c81d2753f644 100644 |
--- a/components/offline_pages/core/prefetch/prefetch_service_impl.h |
+++ b/components/offline_pages/core/prefetch/prefetch_service_impl.h |
@@ -11,10 +11,11 @@ |
#include "components/offline_pages/core/prefetch/prefetch_service.h" |
namespace offline_pages { |
+class PrefetchStore; |
class PrefetchServiceImpl : public PrefetchService { |
public: |
- PrefetchServiceImpl(); |
+ PrefetchServiceImpl(std::unique_ptr<PrefetchStore> store); |
~PrefetchServiceImpl() override; |
// PrefetchService implementation: |