| Index: base/process_util.h
|
| diff --git a/base/process_util.h b/base/process_util.h
|
| index c83dfe1483777bcc4d3f5b291c9f80f72916e041..a6f63ac5003ab497b881d6dbd8fa03c22932c445 100644
|
| --- a/base/process_util.h
|
| +++ b/base/process_util.h
|
| @@ -183,7 +183,6 @@ 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(ProcessId pid, ProcessId parent_pid) const = 0;
|
| - virtual ~ProcessFilter() { }
|
| };
|
|
|
| // Returns the number of processes on the machine that are running from the
|
|
|