$OpenBSD: patch-chrome_common_url_constants_h,v 1.10 2016/01/23 18:49:31 robert Exp $
--- chrome/common/url_constants.h.orig.port	Wed Jan 20 21:01:20 2016
+++ chrome/common/url_constants.h	Fri Jan 22 19:58:58 2016
@@ -123,7 +123,7 @@ extern const char kChromeUIGestureConfigURL[];
 extern const char kChromeUIGestureConfigHost[];
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 extern const char kChromeUITabModalConfirmDialogURL[];
 #endif
 
@@ -300,7 +300,7 @@ extern const char kChromeOSAssetPath[];
 extern const char kChromeUIMetroFlowHost[];
 #endif
 
-#if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
+#if ((defined(OS_BSD) || defined(OS_LINUX)) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
 extern const char kChromeUITabModalConfirmDialogHost[];
 #endif
 
