| 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..4076f9f9f70a1fd0178cde6cb0edf024f1495684 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.cc
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| @@ -135,10 +135,12 @@ void EmbeddedWorkerTestHelper::OnFetchEvent(
|
| const ServiceWorkerFetchRequest& request) {
|
| SimulateSend(
|
| new ServiceWorkerHostMsg_FetchEventFinished(
|
| - embedded_worker_id, request_id,
|
| + 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(
|
|
|