summaryrefslogtreecommitdiffstats
path: root/base/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/process.h')
-rw-r--r--base/process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/process.h b/base/process.h
index 6ac29e9..f52c455 100644
--- a/base/process.h
+++ b/base/process.h
@@ -21,6 +21,7 @@ namespace base {
#if defined(OS_WIN)
typedef HANDLE ProcessHandle;
typedef DWORD ProcessId;
+typedef HANDLE UserTokenHandle;
const ProcessHandle kNullProcessHandle = NULL;
#elif defined(OS_POSIX)
// On POSIX, our ProcessHandle will just be the PID.