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

Unified Diff: base/process_util_unittest.cc

Issue 8228005: openbsd and freebsd fixes for base (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixes after the comments from Mark Created 9 years, 2 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
Index: base/process_util_unittest.cc
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index fcd65a5b33beab7a04cfdad574b2cee2b4ef25b4..0ebfdee1d4dd6f461ac0224549f4e4e07ef60557 100644
--- a/base/process_util_unittest.cc
+++ b/base/process_util_unittest.cc
@@ -33,8 +33,6 @@
#include <signal.h>
#include <sys/resource.h>
#include <sys/socket.h>
-#endif
-#if defined(OS_ANDROID)
#include <sys/wait.h>
#endif
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698