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

Unified Diff: base/process_util.h

Issue 10399100: Move FileDescriptorShuffle to base/posix. This file is very posix-specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « base/posix/file_descriptor_shuffle_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util.h
diff --git a/base/process_util.h b/base/process_util.h
index b12297ebce58702df650e36b295887d98dfb262c..2805e421607e43ff028485351cb1a46801673606 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -37,10 +37,13 @@ typedef struct _malloc_zone_t malloc_zone_t;
#include <vector>
#include "base/base_export.h"
-#include "base/file_descriptor_shuffle.h"
#include "base/file_path.h"
#include "base/process.h"
+#if defined(OS_POSIX)
+#include "base/posix/file_descriptor_shuffle.h"
+#endif
+
class CommandLine;
namespace base {
« no previous file with comments | « base/posix/file_descriptor_shuffle_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698