$OpenBSD: patch-chrome_common_url_constants_h,v 1.9 2016/10/27 18:30:41 robert Exp $
--- chrome/common/url_constants.h.orig.port	Wed Oct 12 21:02:56 2016
+++ chrome/common/url_constants.h	Wed Oct 19 12:56:02 2016
@@ -121,7 +121,7 @@ extern const char kChromeUIUserImageURL[];
 extern const char kChromeUIMetroFlowURL[];
 #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
 
@@ -297,7 +297,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
 
