Chromium Code Reviews| Index: base/process_util.h |
| diff --git a/base/process_util.h b/base/process_util.h |
| index 38d96ecba5f332e9dfc51caa14c018d5b9106d3e..77d772bc23ec0a1bb74eb5ae8bf65e082c1c2328 100644 |
| --- a/base/process_util.h |
| +++ b/base/process_util.h |
| @@ -81,6 +81,9 @@ const uint32 kProcessAccessWaitForTermination = SYNCHRONIZE; |
| #elif defined(OS_POSIX) |
| struct ProcessEntry { |
| + ProcessEntry(); |
| + ~ProcessEntry(); |
| + |
| ProcessId pid_; |
| ProcessId ppid_; |
| ProcessId gid_; |