Index: content/browser/service_worker/service_worker_dispatcher_host_unittest.cc |
diff --git a/content/browser/service_worker/service_worker_dispatcher_host_unittest.cc b/content/browser/service_worker/service_worker_dispatcher_host_unittest.cc |
index f294a397d3c4d56f327e7486bb1a7d0e11dbd8f8..74822260e9d204cfd3214101cfdb4200233d794e 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host_unittest.cc |
+++ b/content/browser/service_worker/service_worker_dispatcher_host_unittest.cc |
@@ -62,10 +62,7 @@ class TestingServiceWorkerDispatcherHost : public ServiceWorkerDispatcherHost { |
ServiceWorkerContextWrapper* context_wrapper, |
ResourceContext* resource_context, |
EmbeddedWorkerTestHelper* helper) |
- : ServiceWorkerDispatcherHost(process_id, |
- nullptr, |
- resource_context, |
- MojoURLLoaderFactoryGetter()), |
+ : ServiceWorkerDispatcherHost(process_id, nullptr, resource_context), |
bad_messages_received_count_(0), |
helper_(helper) { |
Init(context_wrapper); |