| Index: chrome/test/base/chrome_process_util.cc
|
| ===================================================================
|
| --- chrome/test/base/chrome_process_util.cc (revision 181040)
|
| +++ chrome/test/base/chrome_process_util.cc (working copy)
|
| @@ -43,7 +43,7 @@
|
| explicit ChildProcessFilter(const std::vector<base::ProcessId>& parent_pids)
|
| : parent_pids_(parent_pids.begin(), parent_pids.end()) {}
|
|
|
| - virtual bool Includes(const base::ProcessEntry& entry) const {
|
| + virtual bool Includes(const base::ProcessEntry& entry) const OVERRIDE {
|
| return parent_pids_.find(entry.parent_pid()) != parent_pids_.end();
|
| }
|
|
|
|
|