Update OWNERS file for src/tools/auto-bisect.
[chromium-blink-merge.git] / sandbox / win / src / sandbox_globals.cc
blobb4ab523921c68fc6f1c6bf0c691fe3590acae4fd
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include <windows.h>
7 #include "sandbox/win/src/sandbox_nt_types.h"
8 #include "sandbox/win/src/sandbox_types.h"
10 namespace sandbox {
12 // The section for IPC and policy.
13 SANDBOX_INTERCEPT HANDLE g_shared_section = NULL;
15 // This is the list of all imported symbols from ntdll.dll.
16 SANDBOX_INTERCEPT NtExports g_nt = {};
18 } // namespace sandbox