Index: base/process_util.cc |
diff --git a/base/process_util.cc b/base/process_util.cc |
index 462dcbf3f3fd2a5e9aab1d429cadab187713db6d..18e3be7b9d256f270bbbb6753e15b73811fa5065 100644 |
--- a/base/process_util.cc |
+++ b/base/process_util.cc |
@@ -7,7 +7,7 @@ |
namespace base { |
#if defined(OS_POSIX) |
-ProcessEntry::ProcessEntry() {} |
+ProcessEntry::ProcessEntry() : pid_(0), ppid_(0), gid_(0) {} |
ProcessEntry::~ProcessEntry() {} |
#endif |