diff options
Diffstat (limited to 'chrome/service/service_child_process_host.cc')
-rw-r--r-- | chrome/service/service_child_process_host.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/service/service_child_process_host.cc b/chrome/service/service_child_process_host.cc index cea04fe..c7cbea2e 100644 --- a/chrome/service/service_child_process_host.cc +++ b/chrome/service/service_child_process_host.cc @@ -7,7 +7,9 @@ #include "base/logging.h" #include "base/process_util.h" #include "chrome/common/result_codes.h" + #if defined(OS_WIN) +#include "base/file_path.h" #include "chrome/common/sandbox_policy.h" #endif // defined(OS_WIN) @@ -30,4 +32,3 @@ bool ServiceChildProcessHost::Launch(CommandLine* cmd_line) { return (handle() != base::kNullProcessHandle); #endif // !defined(OS_WIN) } - |