Chromium Code Reviews| Index: base/process_util.cc |
| diff --git a/base/process_util.cc b/base/process_util.cc |
| index f6e0d8455bf051855a010a4b51743aabca78b776..6293740b5c9bdfb87e92bc41fd8537e5e1c4ae02 100644 |
| --- a/base/process_util.cc |
| +++ b/base/process_util.cc |
| @@ -6,6 +6,11 @@ |
| namespace base { |
| +#if defined(OS_POSIX) |
| +ProcessEntry::ProcessEntry() {} |
| +ProcessEntry::~ProcessEntry() {} |
| +#endif |
| + |
| int GetProcessCount(const std::wstring& executable_name, |
| const ProcessFilter* filter) { |
| int count = 0; |