summaryrefslogtreecommitdiffstats
path: root/content/gpu
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/gpu
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/gpu')
-rw-r--r--content/gpu/gpu_watchdog_thread.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/gpu/gpu_watchdog_thread.cc b/content/gpu/gpu_watchdog_thread.cc
index 09e710e..e823edd 100644
--- a/content/gpu/gpu_watchdog_thread.cc
+++ b/content/gpu/gpu_watchdog_thread.cc
@@ -12,8 +12,7 @@
#include "base/bind_helpers.h"
#include "base/command_line.h"
#include "base/compiler_specific.h"
-#include "base/process_util.h"
-#include "base/process.h"
+#include "base/process/process.h"
#include "build/build_config.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/result_codes.h"