| 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 8fc8bdeb97538e04529e7856dc95019caa594a9c..1de7a82b83905dad2f253f101005f4f3df47db8e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -181,7 +181,6 @@
|
| #include "mojo/public/cpp/bindings/associated_interface_ptr.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "ppapi/features/features.h"
|
| -#include "ppapi/shared_impl/ppapi_switches.h"
|
| #include "services/service_manager/public/cpp/connection.h"
|
| #include "services/service_manager/public/cpp/interface_provider.h"
|
| #include "services/service_manager/public/cpp/interface_registry.h"
|
| @@ -234,6 +233,7 @@
|
|
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| #include "content/browser/plugin_service_impl.h"
|
| +#include "ppapi/shared_impl/ppapi_switches.h" // nogncheck
|
| #endif
|
|
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
|
|