diff options
Diffstat (limited to 'net/test/spawned_test_server/local_test_server.h')
-rw-r--r-- | net/test/spawned_test_server/local_test_server.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/test/spawned_test_server/local_test_server.h b/net/test/spawned_test_server/local_test_server.h index 37b1185..785d726 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. |