| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 49673ff9068cc13a66990210376e86cb10da1377..0b3d32ca5fef4f150ed62b3280c0d0dc00d831a5 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -30,7 +30,6 @@
|
| #include "content/browser/loader/global_routing_id.h"
|
| #include "content/browser/loader/resource_loader_delegate.h"
|
| #include "content/common/content_export.h"
|
| -#include "content/common/url_loader.mojom.h"
|
| #include "content/public/browser/global_request_id.h"
|
| #include "content/public/browser/resource_dispatcher_host.h"
|
| #include "content/public/browser/resource_request_info.h"
|
| @@ -38,6 +37,7 @@
|
| #include "content/public/common/previews_state.h"
|
| #include "content/public/common/request_context_type.h"
|
| #include "content/public/common/resource_type.h"
|
| +#include "content/public/common/url_loader.mojom.h"
|
| #include "ipc/ipc_message.h"
|
| #include "net/base/load_states.h"
|
| #include "net/base/request_priority.h"
|
|
|