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

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: Add myself to the AUTHORS 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
« no previous file with comments | « base/process_util_openbsd.cc ('k') | base/sys_info_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_unittest.cc
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index 08a1fb258408f085a6c9ab9a540ede5f16ab8f4d..5f75b2e18e6a486e67cf6ddb18763d6654ce0ba7 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)
« no previous file with comments | « base/process_util_openbsd.cc ('k') | base/sys_info_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698