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 c761f55be83c340d95c92e0b1644b96224acf1b4..cd3a49e9590dc410a60231fb5312ef212a3aacd7 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host_unittest.cc |
+++ b/content/browser/service_worker/service_worker_dispatcher_host_unittest.cc |
@@ -69,7 +69,8 @@ class ServiceWorkerDispatcherHostTest : public testing::Test { |
: browser_thread_bundle_(TestBrowserThreadBundle::IO_MAINLOOP) {} |
void SetUp() override { |
- helper_.reset(new EmbeddedWorkerTestHelper(kRenderProcessId)); |
+ helper_.reset( |
+ new EmbeddedWorkerTestHelper(base::FilePath(), kRenderProcessId)); |
dispatcher_host_ = new TestingServiceWorkerDispatcherHost( |
kRenderProcessId, context_wrapper(), &resource_context_, helper_.get()); |
} |