| Index: content/public/common/resource_request.h
|
| diff --git a/content/public/common/resource_request.h b/content/public/common/resource_request.h
|
| index 6d24cdf0deb4e0972bf627c8827235ffb60e4441..2b987cddd87311dea7868355f1179a3a186d255b 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;
|
|
|