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 64c9b442c122ed427c4ca9fca4644f47ee829632..0edbedf1e42b8f120ab7793e1dc303a351c6fa31 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 { |
+ bool Includes(const base::ProcessEntry& entry) const override { |
if (entry.parent_pid() != 1) |
return false; |
bool found_path_string = false; |