summaryrefslogtreecommitdiffstats
path: root/components/nacl
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 21:38:23 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-25 21:38:23 +0000
commitdd4b51269a4c809a88fa21f1f63d50b7c0a3018e (patch)
tree4f320c6a66bb5d958ab0df2f20c9b31d60c6fbb6 /components/nacl
parent61191fe12f82bfe57089302c217bedf58271a024 (diff)
downloadchromium_src-dd4b51269a4c809a88fa21f1f63d50b7c0a3018e.zip
chromium_src-dd4b51269a4c809a88fa21f1f63d50b7c0a3018e.tar.gz
chromium_src-dd4b51269a4c809a88fa21f1f63d50b7c0a3018e.tar.bz2
Update include paths in base for base/process changes.
This also updates any stragglers that I missed, fixes mistakes I may have made, and deletes the forwarding headers. After this CL, the proces_util.h project is complete. BUG=242290 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/20265004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/nacl')
-rw-r--r--components/nacl/common/nacl_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/nacl/common/nacl_types.h b/components/nacl/common/nacl_types.h
index c1f6943..b3fee25 100644
--- a/components/nacl/common/nacl_types.h
+++ b/components/nacl/common/nacl_types.h
@@ -9,7 +9,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/process.h"
+#include "base/process/process_handle.h"
#include "build/build_config.h"
#include "ipc/ipc_channel.h"