| Index: content/child/resource_dispatcher_unittest.cc
|
| diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
|
| index 3e427ca3356b47352d0bca41c759fabd135d6014..4e95428c7da51f92db26c8efbf0a9c05ff21c782 100644
|
| --- a/content/child/resource_dispatcher_unittest.cc
|
| +++ b/content/child/resource_dispatcher_unittest.cc
|
| @@ -330,7 +330,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
|
| request_info.headers = std::string();
|
| request_info.load_flags = 0;
|
| request_info.requestor_pid = 0;
|
| - request_info.request_type = ResourceType::SUB_RESOURCE;
|
| + request_info.request_type = RESOURCE_TYPE_SUB_RESOURCE;
|
| request_info.appcache_host_id = kAppCacheNoHostId;
|
| request_info.routing_id = 0;
|
| request_info.download_to_file = download_to_file;
|
|
|