From 66c5314f8d6819d696f441b00d3a0b8bd4267b70 Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Tue, 23 Jul 2013 14:08:52 +0000 Subject: Update include paths in net for base/process changes. BUG=242290 R=cbentzel@chromium.org Review URL: https://codereview.chromium.org/20004003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213094 0039d316-1c4b-4281-b951-d872f2087c98 --- net/test/python_utils_unittest.cc | 2 +- net/test/spawned_test_server/local_test_server.cc | 2 +- net/test/spawned_test_server/local_test_server.h | 2 +- net/test/spawned_test_server/local_test_server_posix.cc | 4 +++- net/test/spawned_test_server/local_test_server_win.cc | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) (limited to 'net/test') diff --git a/net/test/python_utils_unittest.cc b/net/test/python_utils_unittest.cc index 55d6ead..04f11ec 100644 --- a/net/test/python_utils_unittest.cc +++ b/net/test/python_utils_unittest.cc @@ -8,7 +8,7 @@ #include "base/environment.h" #include "base/files/file_path.h" #include "base/memory/scoped_ptr.h" -#include "base/process_util.h" +#include "base/process/launch.h" #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" #include "net/test/python_utils.h" diff --git a/net/test/spawned_test_server/local_test_server.cc b/net/test/spawned_test_server/local_test_server.cc index 1531708..bf1b059 100644 --- a/net/test/spawned_test_server/local_test_server.cc +++ b/net/test/spawned_test_server/local_test_server.cc @@ -8,7 +8,7 @@ #include "base/json/json_reader.h" #include "base/logging.h" #include "base/path_service.h" -#include "base/process_util.h" +#include "base/process/kill.h" #include "base/strings/string_number_conversions.h" #include "base/values.h" #include "net/base/host_port_pair.h" diff --git a/net/test/spawned_test_server/local_test_server.h b/net/test/spawned_test_server/local_test_server.h index 8f79b8f..cfd2eb3 100644 --- a/net/test/spawned_test_server/local_test_server.h +++ b/net/test/spawned_test_server/local_test_server.h @@ -8,7 +8,7 @@ #include #include "base/file_util.h" -#include "base/process.h" +#include "base/process/process_handle.h" #include "net/test/spawned_test_server/base_test_server.h" #if defined(OS_WIN) 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 ac98c3c..10c2d0f 100644 --- a/net/test/spawned_test_server/local_test_server_posix.cc +++ b/net/test/spawned_test_server/local_test_server_posix.cc @@ -11,7 +11,9 @@ #include "base/command_line.h" #include "base/file_util.h" #include "base/logging.h" -#include "base/process_util.h" +#include "base/process/kill.h" +#include "base/process/launch.h" +#include "base/process/process_iterator.h" #include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" #include "base/test/test_timeouts.h" diff --git a/net/test/spawned_test_server/local_test_server_win.cc b/net/test/spawned_test_server/local_test_server_win.cc index 2db8334..fd26483 100644 --- a/net/test/spawned_test_server/local_test_server_win.cc +++ b/net/test/spawned_test_server/local_test_server_win.cc @@ -13,7 +13,7 @@ #include "base/files/file_path.h" #include "base/message_loop/message_loop.h" #include "base/path_service.h" -#include "base/process_util.h" +#include "base/process/launch.h" #include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -- cgit v1.1