summaryrefslogtreecommitdiffstats
path: root/base/threading
diff options
context:
space:
mode:
authormcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 22:46:03 +0000
committermcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 22:46:03 +0000
commit3ed8c7e21217067f7516275d9bc3c1d4fa447d23 (patch)
treeabd7c01e0ba9cc23f75987cb535834be99fcaf14 /base/threading
parent4a04bced46a3ccb9911f8976d78545b2b58a50bc (diff)
downloadchromium_src-3ed8c7e21217067f7516275d9bc3c1d4fa447d23.zip
chromium_src-3ed8c7e21217067f7516275d9bc3c1d4fa447d23.tar.gz
chromium_src-3ed8c7e21217067f7516275d9bc3c1d4fa447d23.tar.bz2
Remove unnecessary #include <sys/nacl_syscalls.h>
This header has never been needed by this code. We'd like to be able to remove it in the future. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2335 TEST= none R=brettw@chromium.org Review URL: http://codereview.chromium.org/8162006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104197 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/threading')
-rw-r--r--base/threading/platform_thread_posix.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/threading/platform_thread_posix.cc b/base/threading/platform_thread_posix.cc
index c924a16..ee9b1b1 100644
--- a/base/threading/platform_thread_posix.cc
+++ b/base/threading/platform_thread_posix.cc
@@ -30,10 +30,6 @@
#include "base/android/jni_android.h"
#endif
-#if defined(OS_NACL)
-#include <sys/nacl_syscalls.h>
-#endif
-
namespace base {
#if defined(OS_MACOSX)