Index: content/browser/service_worker/embedded_worker_test_helper.cc |
diff --git a/content/browser/service_worker/embedded_worker_test_helper.cc b/content/browser/service_worker/embedded_worker_test_helper.cc |
index bfc57bcf854d959bb629c2b571bb2e41b22f0058..c07883bab042df0e975078cbc45252937c7dfbeb 100644 |
--- a/content/browser/service_worker/embedded_worker_test_helper.cc |
+++ b/content/browser/service_worker/embedded_worker_test_helper.cc |
@@ -147,8 +147,12 @@ void EmbeddedWorkerTestHelper::OnFetchEvent( |
embedded_worker_id, |
request_id, |
SERVICE_WORKER_FETCH_EVENT_RESULT_RESPONSE, |
- ServiceWorkerResponse( |
- GURL(""), 200, "OK", ServiceWorkerHeaderMap(), std::string()))); |
+ ServiceWorkerResponse(GURL(""), |
+ 200, |
+ "OK", |
+ blink::WebServiceWorkerResponseTypeDefault, |
+ ServiceWorkerHeaderMap(), |
+ std::string()))); |
} |
void EmbeddedWorkerTestHelper::SimulatePausedAfterDownload( |