Index: content/common/set_process_title.cc |
diff --git a/content/common/set_process_title.cc b/content/common/set_process_title.cc |
index 4867ec021108e3ab75de041ac5ceb6339b9edc22..b353849a1c7239e7f408339e9c2c67b96f5016f0 100644 |
--- a/content/common/set_process_title.cc |
+++ b/content/common/set_process_title.cc |
@@ -23,7 +23,8 @@ |
#include "content/common/set_process_title_linux.h" |
#endif |
-#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_SOLARIS) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_SOLARIS) && \ |
+ defined(OS_OPENBSD) |
void SetProcessTitleFromCommandLine(const char** main_argv) { |
// Build a single string which consists of all the arguments separated |