summaryrefslogtreecommitdiffstats
path: root/content/port
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/port
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/port')
-rw-r--r--content/port/browser/render_widget_host_view_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
index 7cccbb1..a6d3164 100644
--- a/content/port/browser/render_widget_host_view_port.h
+++ b/content/port/browser/render_widget_host_view_port.h
@@ -6,7 +6,7 @@
#define CONTENT_PORT_BROWSER_RENDER_WIDGET_HOST_VIEW_PORT_H_
#include "base/callback.h"
-#include "base/process_util.h"
+#include "base/process/kill.h"
#include "base/strings/string16.h"
#include "cc/output/compositor_frame.h"
#include "content/common/content_export.h"