Index: content/common/resource_dispatcher_unittest.cc |
diff --git a/content/common/resource_dispatcher_unittest.cc b/content/common/resource_dispatcher_unittest.cc |
index 0d32cecc7127941ab897e8b9209902974c5df018..e87463f40a425455750c74e1becc86fc58de9ac9 100644 |
--- a/content/common/resource_dispatcher_unittest.cc |
+++ b/content/common/resource_dispatcher_unittest.cc |
@@ -173,6 +173,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender { |
request_info.appcache_host_id = appcache::kNoHostId; |
request_info.routing_id = 0; |
RequestExtraData extra_data(WebKit::WebReferrerPolicyDefault, |
+ WebKit::WebString(), |
true, 0, false, -1, true, |
PAGE_TRANSITION_LINK, -1, -1); |
request_info.extra_data = &extra_data; |