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 c43808b28b5da72a8b71fd5439ee04d544623a99..3daee1e53d0a989eb53ea026e0f31fa1263b6f2f 100644 |
--- a/content/browser/service_worker/embedded_worker_test_helper.cc |
+++ b/content/browser/service_worker/embedded_worker_test_helper.cc |
@@ -138,7 +138,8 @@ void EmbeddedWorkerTestHelper::OnFetchEvent( |
embedded_worker_id, request_id, |
SERVICE_WORKER_FETCH_EVENT_RESULT_RESPONSE, |
ServiceWorkerResponse(200, "OK", "GET", |
- std::map<std::string, std::string>()))); |
+ std::map<std::string, std::string>(), |
+ std::string()))); |
} |
void EmbeddedWorkerTestHelper::SimulateWorkerStarted( |