Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index e2c042644f1381b4ed2d5a65ff13a23be436de92..c90475f8576e6b4afd2e2595f6f5c18542c733fe 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -29,6 +29,7 @@ |
#include "mojo/edk/embedder/named_platform_channel_pair.h" |
#include "mojo/edk/embedder/platform_channel_pair.h" |
#include "mojo/edk/embedder/scoped_platform_handle.h" |
+#include "ppapi/features/features.h" |
#if defined(OS_WIN) |
#include "base/files/file_path.h" |
@@ -437,7 +438,7 @@ void ChildProcessLauncher::Launch(SandboxedProcessLauncherDelegate* delegate, |
cmd_line->GetSwitchValueASCII(switches::kProcessType); |
CHECK(process_type == switches::kGpuProcess || |
process_type == switches::kRendererProcess || |
-#if defined(ENABLE_PLUGINS) |
+#if BUILDFLAG(ENABLE_PLUGINS) |
process_type == switches::kPpapiPluginProcess || |
#endif |
process_type == switches::kUtilityProcess) |