| Index: content/common/resource_dispatcher_unittest.cc
|
| diff --git a/content/common/resource_dispatcher_unittest.cc b/content/common/resource_dispatcher_unittest.cc
|
| index bf50276e16833ca7ba889bffd0e3cdc37b7368b2..59923b3fa08136a6f2b5df650a587a6175893d75 100644
|
| --- a/content/common/resource_dispatcher_unittest.cc
|
| +++ b/content/common/resource_dispatcher_unittest.cc
|
| @@ -169,6 +169,7 @@ class ResourceDispatcherTest : public testing::Test,
|
| request_info.requestor_pid = 0;
|
| request_info.request_type = ResourceType::SUB_RESOURCE;
|
| request_info.appcache_host_id = appcache::kNoHostId;
|
| + request_info.identifier = 0;
|
| request_info.routing_id = 0;
|
| request_info.is_main_frame = true;
|
| request_info.frame_id = 0;
|
|
|