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