| Index: content/browser/service_worker/foreign_fetch_request_handler.cc
|
| diff --git a/content/browser/service_worker/foreign_fetch_request_handler.cc b/content/browser/service_worker/foreign_fetch_request_handler.cc
|
| index a3dea63fd885456c97d255f3001c38918e70e34f..60c848dab6c59b1874a4b460cdb13becba701928 100644
|
| --- a/content/browser/service_worker/foreign_fetch_request_handler.cc
|
| +++ b/content/browser/service_worker/foreign_fetch_request_handler.cc
|
| @@ -14,7 +14,6 @@
|
| #include "content/browser/service_worker/service_worker_context_wrapper.h"
|
| #include "content/browser/service_worker/service_worker_response_info.h"
|
| #include "content/browser/service_worker/service_worker_url_request_job.h"
|
| -#include "content/common/service_worker/service_worker_types.h"
|
| #include "content/common/service_worker/service_worker_utils.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/resource_request_info.h"
|
| @@ -22,6 +21,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/origin_trial_policy.h"
|
| #include "content/public/common/resource_request_body.h"
|
| +#include "content/public/common/service_worker_modes.h"
|
| #include "net/url_request/url_request.h"
|
| #include "net/url_request/url_request_interceptor.h"
|
| #include "storage/browser/blob/blob_storage_context.h"
|
|
|