Chromium Code Reviews| Index: sandbox/src/sandbox.h |
| =================================================================== |
| --- sandbox/src/sandbox.h (revision 7732) |
| +++ sandbox/src/sandbox.h (working copy) |
| @@ -19,13 +19,7 @@ |
| #ifndef SANDBOX_SRC_SANDBOX_H__ |
| #define SANDBOX_SRC_SANDBOX_H__ |
| -#include "build/build_config.h" |
| - |
| -#if defined(OS_WIN) |
| #include <windows.h> |
| -#elif defined(OS_POSIX) |
| -typedef struct PROCESS_INFORMATION; |
| -#endif |
| #include "base/basictypes.h" |
| #include "sandbox/src/sandbox_policy.h" |