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

Unified Diff: chrome/test/automation/proxy_launcher.cc

Issue 8341052: share all the needed linux code with OpenBSD in chrome and content (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased due to LOG macro changes Created 9 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
Index: chrome/test/automation/proxy_launcher.cc
diff --git a/chrome/test/automation/proxy_launcher.cc b/chrome/test/automation/proxy_launcher.cc
index a47e11902ca8343dae1303df51582cc113944eae..e815b82ba1a6aabfdd8288331f470f8a3544a36e 100644
--- a/chrome/test/automation/proxy_launcher.cc
+++ b/chrome/test/automation/proxy_launcher.cc
@@ -29,6 +29,10 @@
#include "ipc/ipc_descriptors.h"
#include "sql/connection.h"
+#if defined(OS_POSIX)
+#include <signal.h>
+#endif
+
namespace {
// Passed as value of kTestType.

Powered by Google App Engine
This is Rietveld 408576698