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 82d206142a183a7e1d34c093e915d10730a75456..cad5a1cee090a4339a28d2ae107e467ff18cbd92 100644 |
--- a/content/browser/service_worker/embedded_worker_test_helper.cc |
+++ b/content/browser/service_worker/embedded_worker_test_helper.cc |
@@ -130,7 +130,9 @@ void EmbeddedWorkerTestHelper::OnFetchEvent( |
embedded_worker_id, |
request_id, |
SERVICE_WORKER_FETCH_EVENT_RESULT_RESPONSE, |
- ServiceWorkerResponse(200, "OK", |
+ ServiceWorkerResponse(GURL(""), |
+ 200, |
+ "OK", |
std::map<std::string, std::string>(), |
std::string()))); |
} |