| 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 c07883bab042df0e975078cbc45252937c7dfbeb..a7ddd7e14f5a174ce594d866f37473a829010586 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.cc
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| @@ -152,7 +152,8 @@ void EmbeddedWorkerTestHelper::OnFetchEvent(
|
| "OK",
|
| blink::WebServiceWorkerResponseTypeDefault,
|
| ServiceWorkerHeaderMap(),
|
| - std::string())));
|
| + std::string(),
|
| + 0)));
|
| }
|
|
|
| void EmbeddedWorkerTestHelper::SimulatePausedAfterDownload(
|
|
|