Index: content/common/set_process_title.cc |
diff --git a/content/common/set_process_title.cc b/content/common/set_process_title.cc |
index 3602e9478eee779bcf66abea6c978095e54567fc..f6c946ab271606797fad6608c5b148f973545480 100644 |
--- a/content/common/set_process_title.cc |
+++ b/content/common/set_process_title.cc |
@@ -18,7 +18,9 @@ |
#if defined(OS_LINUX) |
#include <sys/prctl.h> |
+#endif |
+#if defined(OS_LINUX) || defined(OS_SOLARIS) |
// Linux/glibc doesn't natively have setproctitle(). |
#include "content/common/set_process_title_linux.h" |
Evan Martin
2011/06/24 17:51:18
Does this code work on Solaris? I'd be surprised
|
#endif |