Index: content/child/resource_dispatcher_unittest.cc |
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc |
index 6452575e44b1cf576b11e5c3cee02ae1f0594c23..63a39f5777d62c16a2d3cb0ffc197f13d242a22a 100644 |
--- a/content/child/resource_dispatcher_unittest.cc |
+++ b/content/child/resource_dispatcher_unittest.cc |
@@ -12,6 +12,7 @@ |
#include "content/child/request_extra_data.h" |
#include "content/child/resource_dispatcher.h" |
#include "content/common/resource_messages.h" |
+#include "content/common/service_worker/service_worker_types.h" |
#include "content/public/common/resource_response.h" |
#include "net/base/net_errors.h" |
#include "net/http/http_response_headers.h" |
@@ -178,7 +179,8 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender { |
blink::WebString(), |
false, MSG_ROUTING_NONE, true, 0, GURL(), |
false, -1, true, |
- PAGE_TRANSITION_LINK, false, -1, -1); |
+ PAGE_TRANSITION_LINK, false, -1, -1, |
+ kInvalidServiceWorkerProviderId); |
request_info.extra_data = &extra_data; |
return dispatcher_->CreateBridge(request_info); |