Index: content/browser/service_worker/service_worker_navigation_handle.h |
diff --git a/content/browser/service_worker/service_worker_navigation_handle.h b/content/browser/service_worker/service_worker_navigation_handle.h |
index c5c69388cf7105ec3d4dbd5d33eb4566142ea6eb..d09f76f6094fefde53aa7a7ff47cbb74aa9a665c 100644 |
--- a/content/browser/service_worker/service_worker_navigation_handle.h |
+++ b/content/browser/service_worker/service_worker_navigation_handle.h |
@@ -7,6 +7,7 @@ |
#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
+#include "content/common/service_worker/service_worker_types.h" |
namespace content { |
@@ -53,7 +54,8 @@ class ServiceWorkerNavigationHandleCore; |
class ServiceWorkerNavigationHandle { |
public: |
explicit ServiceWorkerNavigationHandle( |
- ServiceWorkerContextWrapper* context_wrapper); |
+ ServiceWorkerContextWrapper* context_wrapper, |
+ const MojoURLLoaderFactoryGetter& url_loader_factory_getter); |
~ServiceWorkerNavigationHandle(); |
int service_worker_provider_host_id() const { |