summaryrefslogtreecommitdiffstats
path: root/content/plugin
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 13:02:15 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 13:02:15 +0000
commit54724e25da59d2176ad7631adc8ea5caecf11e18 (patch)
tree10940ec7e1b0a7379979e0892b776d3f66d0bd9e /content/plugin
parente0731d7cb5c16e970cd3c83f3b6c59100a1c793d (diff)
downloadchromium_src-54724e25da59d2176ad7631adc8ea5caecf11e18.zip
chromium_src-54724e25da59d2176ad7631adc8ea5caecf11e18.tar.gz
chromium_src-54724e25da59d2176ad7631adc8ea5caecf11e18.tar.bz2
Update include paths in miscellaneous content/ directories for base/process changes.
BUG=242290 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/20114003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213619 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin')
-rw-r--r--content/plugin/plugin_channel.cc2
-rw-r--r--content/plugin/plugin_channel.h2
-rw-r--r--content/plugin/plugin_thread.cc3
3 files changed, 4 insertions, 3 deletions
diff --git a/content/plugin/plugin_channel.cc b/content/plugin/plugin_channel.cc
index 0556f82..31cba22 100644
--- a/content/plugin/plugin_channel.cc
+++ b/content/plugin/plugin_channel.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/command_line.h"
-#include "base/process_util.h"
+#include "base/process/process_handle.h"
#include "base/strings/string_util.h"
#include "base/synchronization/lock.h"
#include "base/synchronization/waitable_event.h"
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
index a5844e3..8af63b9 100644
--- a/content/plugin/plugin_channel.h
+++ b/content/plugin/plugin_channel.h
@@ -8,7 +8,7 @@
#include <vector>
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_handle.h"
-#include "base/process.h"
+#include "base/process/process.h"
#include "build/build_config.h"
#include "content/child/npapi/np_channel_base.h"
#include "content/plugin/webplugin_delegate_stub.h"
diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
index 5faeb74..e6b477f 100644
--- a/content/plugin/plugin_thread.cc
+++ b/content/plugin/plugin_thread.cc
@@ -18,7 +18,8 @@
#include "base/bind.h"
#include "base/command_line.h"
#include "base/lazy_instance.h"
-#include "base/process_util.h"
+#include "base/process/kill.h"
+#include "base/process/process_handle.h"
#include "base/threading/thread_local.h"
#include "content/child/child_process.h"
#include "content/child/npapi/npobject_util.h"