| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 32ad1d579ee0d5ffd5b0ce243c26900e571b4c77..bb2532a4426c94f336d6386b9f31e8d1a8aff464 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -139,7 +139,6 @@
|
| #include "content/common/content_switches_internal.h"
|
| #include "content/common/frame_messages.h"
|
| #include "content/common/in_process_child_thread_params.h"
|
| -#include "content/common/network_service.mojom.h"
|
| #include "content/common/render_process_messages.h"
|
| #include "content/common/resource_messages.h"
|
| #include "content/common/service_manager/child_connection.h"
|
| @@ -164,6 +163,7 @@
|
| #include "content/public/common/content_features.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/mojo_channel_switches.h"
|
| +#include "content/public/common/network_service.mojom.h"
|
| #include "content/public/common/process_type.h"
|
| #include "content/public/common/resource_type.h"
|
| #include "content/public/common/result_codes.h"
|
|
|