From dd950aaf4f4e9f6c7c0907fdae08457c573b67d8 Mon Sep 17 00:00:00 2001 From: "avi@google.com" Date: Tue, 12 Aug 2008 21:24:39 +0000 Subject: Nit fix git-svn-id: svn://svn.chromium.org/chrome/trunk/src@744 0039d316-1c4b-4281-b951-d872f2087c98 --- base/process_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/process_util.h b/base/process_util.h index d042325..a3eed71 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -87,7 +87,7 @@ class ProcessFilter { // Returns true to indicate set-inclusion and false otherwise. This method // should not have side-effects and should be idempotent. virtual bool Includes(uint32 pid, uint32 parent_pid) const = 0; - virtual ~ProcessFilter() {} + virtual ~ProcessFilter() { } }; // Returns the number of processes on the machine that are running from the -- cgit v1.1