Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Unified Diff: sandbox/src/sandbox.h

Issue 17426: remove chrome dependencies from win sandboxing headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/common/sandbox_init_wrapper.h ('K') | « chrome/renderer/renderer_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« chrome/common/sandbox_init_wrapper.h ('K') | « chrome/renderer/renderer_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698