summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 20:26:11 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 20:26:11 +0000
commitae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0 (patch)
tree43405a956d5552e618893f880ea5b060f2f1ab43 /win8
parentd104277eeb0c4e4829a298133a1d0390361399f7 (diff)
downloadchromium_src-ae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0.zip
chromium_src-ae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0.tar.gz
chromium_src-ae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0.tar.bz2
Update include paths in win8 for base/process changes.
BUG=242290 TBR=mad@chromium.org Review URL: https://chromiumcodereview.appspot.com/19672020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8')
-rw-r--r--win8/delegate_execute/chrome_util.cc2
-rw-r--r--win8/delegate_execute/command_execute_impl.cc2
-rw-r--r--win8/delegate_execute/command_execute_impl.h2
-rw-r--r--win8/delegate_execute/delegate_execute.cc2
-rw-r--r--win8/metro_driver/chrome_app_view_ash.cc1
-rw-r--r--win8/test/metro_registration_helper.cc5
-rw-r--r--win8/viewer/metro_viewer_process_host.cc2
7 files changed, 9 insertions, 7 deletions
diff --git a/win8/delegate_execute/chrome_util.cc b/win8/delegate_execute/chrome_util.cc
index e2b9b07..e4212fa 100644
--- a/win8/delegate_execute/chrome_util.cc
+++ b/win8/delegate_execute/chrome_util.cc
@@ -15,7 +15,7 @@
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/md5.h"
-#include "base/process_util.h"
+#include "base/process/process_handle.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/registry.h"
diff --git a/win8/delegate_execute/command_execute_impl.cc b/win8/delegate_execute/command_execute_impl.cc
index eb1e035..722f38c 100644
--- a/win8/delegate_execute/command_execute_impl.cc
+++ b/win8/delegate_execute/command_execute_impl.cc
@@ -11,6 +11,8 @@
#include "base/file_util.h"
#include "base/path_service.h"
+#include "base/process/launch.h"
+#include "base/process/process_handle.h"
#include "base/strings/utf_string_conversions.h"
#include "base/win/message_window.h"
#include "base/win/registry.h"
diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
index b968b60..313f2dd 100644
--- a/win8/delegate_execute/command_execute_impl.h
+++ b/win8/delegate_execute/command_execute_impl.h
@@ -12,7 +12,7 @@
#include "base/command_line.h"
#include "base/files/file_path.h"
-#include "base/process_util.h"
+#include "base/process/process_handle.h"
#include "win8/delegate_execute/resource.h" // main symbols
using namespace ATL;
diff --git a/win8/delegate_execute/delegate_execute.cc b/win8/delegate_execute/delegate_execute.cc
index 9a4e83d..549716a 100644
--- a/win8/delegate_execute/delegate_execute.cc
+++ b/win8/delegate_execute/delegate_execute.cc
@@ -14,7 +14,7 @@
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/memory/scoped_ptr.h"
-#include "base/process_util.h"
+#include "base/process/kill.h"
#include "base/strings/string16.h"
#include "base/win/scoped_com_initializer.h"
#include "base/win/scoped_handle.h"
diff --git a/win8/metro_driver/chrome_app_view_ash.cc b/win8/metro_driver/chrome_app_view_ash.cc
index 0fdd932..b98d7ac7 100644
--- a/win8/metro_driver/chrome_app_view_ash.cc
+++ b/win8/metro_driver/chrome_app_view_ash.cc
@@ -13,7 +13,6 @@
#include "base/command_line.h"
#include "base/message_loop/message_loop.h"
#include "base/path_service.h"
-#include "base/process_util.h"
#include "base/threading/thread.h"
#include "base/win/metro.h"
#include "base/win/win_util.h"
diff --git a/win8/test/metro_registration_helper.cc b/win8/test/metro_registration_helper.cc
index 202eb73..bcf5644 100644
--- a/win8/test/metro_registration_helper.cc
+++ b/win8/test/metro_registration_helper.cc
@@ -13,8 +13,9 @@
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/path_service.h"
-#include "base/process.h"
-#include "base/process_util.h"
+#include "base/process/kill.h"
+#include "base/process/launch.h"
+#include "base/process/process.h"
#include "base/strings/string16.h"
#include "base/win/scoped_co_mem.h"
#include "base/win/scoped_comptr.h"
diff --git a/win8/viewer/metro_viewer_process_host.cc b/win8/viewer/metro_viewer_process_host.cc
index a76a493..9b190b5 100644
--- a/win8/viewer/metro_viewer_process_host.cc
+++ b/win8/viewer/metro_viewer_process_host.cc
@@ -10,7 +10,7 @@
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
-#include "base/process.h"
+#include "base/process/process.h"
#include "base/strings/string16.h"
#include "base/synchronization/waitable_event.h"
#include "base/time/time.h"