diff options
author | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 21:24:39 +0000 |
---|---|---|
committer | avi@google.com <avi@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 21:24:39 +0000 |
commit | dd950aaf4f4e9f6c7c0907fdae08457c573b67d8 (patch) | |
tree | 4fcd7690c44deb32e85e8cbcbad4eee876393265 /base/process_util.h | |
parent | 996549b018861c5b85ae278191c2cd2223c12169 (diff) | |
download | chromium_src-dd950aaf4f4e9f6c7c0907fdae08457c573b67d8.zip chromium_src-dd950aaf4f4e9f6c7c0907fdae08457c573b67d8.tar.gz chromium_src-dd950aaf4f4e9f6c7c0907fdae08457c573b67d8.tar.bz2 |
Nit fix
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util.h')
-rw-r--r-- | base/process_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |