| Index: content/public/common/resource_request.h | 
| diff --git a/content/public/common/resource_request.h b/content/public/common/resource_request.h | 
| index f4561d57ce4ac1f904ed492b33e5c2e218b895a6..300513f58d40fd7f1c477e39dda499739834a5f8 100644 | 
| --- a/content/public/common/resource_request.h | 
| +++ b/content/public/common/resource_request.h | 
| @@ -11,7 +11,6 @@ | 
| #include "base/memory/ref_counted.h" | 
| #include "base/optional.h" | 
| #include "content/common/content_export.h" | 
| -#include "content/public/common/appcache_info.h" | 
| #include "content/public/common/previews_state.h" | 
| #include "content/public/common/request_context_frame_type.h" | 
| #include "content/public/common/request_context_type.h" | 
| @@ -88,7 +87,7 @@ struct CONTENT_EXPORT ResourceRequest { | 
|  | 
| // Indicates which frame (or worker context) the request is being loaded into, | 
| // or kAppCacheNoHostId. | 
| -  int appcache_host_id = kAppCacheNoHostId; | 
| +  int appcache_host_id; | 
|  | 
| // True if corresponding AppCache group should be resetted. | 
| bool should_reset_appcache = false; | 
|  |