diff options
-rw-r--r-- | base/process_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/process_util.h b/base/process_util.h index defa561..d042325 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -87,6 +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() {} }; // Returns the number of processes on the machine that are running from the |