Index: net/test/spawned_test_server/local_test_server.h |
diff --git a/net/test/spawned_test_server/local_test_server.h b/net/test/spawned_test_server/local_test_server.h |
index 37b118588a5915b05bca4e72519f60f524299670..785d726705621e1b81814daf2736dc8cc79e0df1 100644 |
--- a/net/test/spawned_test_server/local_test_server.h |
+++ b/net/test/spawned_test_server/local_test_server.h |
@@ -9,7 +9,7 @@ |
#include "base/files/file_util.h" |
#include "base/files/scoped_file.h" |
-#include "base/process/process_handle.h" |
+#include "base/process/process.h" |
#include "net/test/spawned_test_server/base_test_server.h" |
#if defined(OS_WIN) |
@@ -92,8 +92,8 @@ class LocalTestServer : public BaseTestServer { |
// Waits for the server to start. Returns true on success. |
bool WaitToStart() WARN_UNUSED_RESULT; |
- // Handle of the Python process running the test server. |
- base::ProcessHandle process_handle_; |
+ // The Python process running the test server. |
+ base::Process process_; |
#if defined(OS_WIN) |
// The pipe file handle we read from. |