Index: content/child/request_info.cc |
diff --git a/content/child/request_info.cc b/content/child/request_info.cc |
index e75c54a7f8c8c2022bf97714069c2c83a8efa3f6..860b944b59dbf088cb5e2a0900c60ce015becfab 100644 |
--- a/content/child/request_info.cc |
+++ b/content/child/request_info.cc |
@@ -10,7 +10,7 @@ RequestInfo::RequestInfo() |
: referrer_policy(blink::WebReferrerPolicyDefault), |
load_flags(0), |
requestor_pid(0), |
- request_type(ResourceType::MAIN_FRAME), |
+ request_type(RESOURCE_TYPE_MAIN_FRAME), |
priority(net::LOW), |
request_context(0), |
appcache_host_id(0), |