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

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: remove unused header 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: chrome/test/automation/proxy_launcher.cc
diff --git a/chrome/test/automation/proxy_launcher.cc b/chrome/test/automation/proxy_launcher.cc
index 6667f510e900d7cbffd7a24cb6849578c6e87f55..398de237a3e37f18bfb924b2f3e6fb0317e2ee17 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