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 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. |