Index: content/child/request_info.h |
diff --git a/content/child/request_info.h b/content/child/request_info.h |
index ce5ab7abb4b5e322e2ff2a83c10014ef3a8b67d9..f1bfa9791523a6a2d04c6c72dc08298314c689e8 100644 |
--- a/content/child/request_info.h |
+++ b/content/child/request_info.h |
@@ -54,7 +54,7 @@ struct CONTENT_EXPORT RequestInfo { |
// Indicates if the current request is the main frame load, a sub-frame |
// load, or a sub objects load. |
- ResourceType::Type request_type; |
+ ResourceType request_type; |
// Indicates the priority of this request, as determined by WebKit. |
net::RequestPriority priority; |