From fadb8ea5a927f42590a69e63386c3b6a79ae04df Mon Sep 17 00:00:00 2001 From: "mmentovai@google.com" Date: Wed, 27 Aug 2008 15:36:37 +0000 Subject: Fix process_util_posix.cc git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1442 0039d316-1c4b-4281-b951-d872f2087c98 --- base/process_util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'base/process_util.h') diff --git a/base/process_util.h b/base/process_util.h index 6c26a402..dc9fcc2 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -19,8 +19,6 @@ #include "base/process.h" -// ProcessHandle is a platform specific type which represents the underlying OS -// handle to a process. #if defined(OS_WIN) typedef PROCESSENTRY32 ProcessEntry; typedef IO_COUNTERS IoCounters; -- cgit v1.1