| Index: net/test/local_test_server_posix.cc
|
| diff --git a/net/test/local_test_server_posix.cc b/net/test/local_test_server_posix.cc
|
| index 3e47a0f357569c9d7c99f27e74b7ff513b136b04..7afd422b94a6e1980a5f1e4019fbd0198ca58f8c 100644
|
| --- a/net/test/local_test_server_posix.cc
|
| +++ b/net/test/local_test_server_posix.cc
|
| @@ -31,7 +31,7 @@ class OrphanedTestServerFilter : public base::ProcessFilter {
|
| : path_string_(path_string),
|
| port_string_(port_string) {}
|
|
|
| - virtual bool Includes(const base::ProcessEntry& entry) const {
|
| + virtual bool Includes(const base::ProcessEntry& entry) const OVERRIDE {
|
| if (entry.parent_pid() != 1)
|
| return false;
|
| bool found_path_string = false;
|
|
|