diff options
Diffstat (limited to 'chrome/common/debug_flags.h')
-rw-r--r-- | chrome/common/debug_flags.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/debug_flags.h b/chrome/common/debug_flags.h index c2115a9..1a6d813 100644 --- a/chrome/common/debug_flags.h +++ b/chrome/common/debug_flags.h @@ -5,6 +5,8 @@ #ifndef CHROME_COMMON_DEBUG_FLAGS_H__ #define CHROME_COMMON_DEBUG_FLAGS_H__ +#include "chrome/common/child_process_info.h" + class CommandLine; class DebugFlags { @@ -24,7 +26,7 @@ class DebugFlags { // calling the JIT debugger on it. It may only happen if // is_in_sandbox is true. static bool ProcessDebugFlags(CommandLine* command_line, - ChildProcessType type, + ChildProcessInfo::ProcessType type, bool is_in_sandbox); }; |