Chromium Code Reviews| 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. |