Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index a48d5b6d050bd87c983847ca44535c78f84531d2..c16e8b46b305502cf471e67a11d170b71c4eda75 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -45,7 +45,6 @@ |
#include "components/tracing/common/tracing_switches.h" |
#include "content/app/mojo/mojo_init.h" |
#include "content/browser/browser_main.h" |
-#include "content/browser/gpu/gpu_process_host.h" |
#include "content/browser/renderer_host/render_process_host_impl.h" |
#include "content/browser/utility_process_host_impl.h" |
#include "content/common/set_process_title.h" |
@@ -112,6 +111,10 @@ |
#include "crypto/nss_util.h" |
#endif |
+#if !defined(CHROME_MULTIPLE_DLL_BROWSER) && !defined(CHROME_MULTIPLE_DLL_CHILD) |
+#include "content/browser/gpu/gpu_process_host.h" |
+#endif |
+ |
#if BUILDFLAG(ENABLE_PEPPER_CDMS) |
#include "content/common/media/cdm_host_files.h" |
#endif |